Skip to content

Instantly share code, notes, and snippets.

@roib20
roib20 / apt-repo-playbook.yaml
Last active July 18, 2024 08:47
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: