Skip to content

Instantly share code, notes, and snippets.

@roib20
roib20 / apt-repo-playbook.yaml
Last active May 21, 2024 11:55
Example usages of the new `deb822_repository` Ansible module
---
- hosts: localhost
connection: local
gather_facts: true
tasks:
- name: Add APT repositories
when: ansible_os_family == 'Debian'
become: true
block: