Add example playbook

This commit is contained in:
Sven Velt 2022-04-04 11:41:33 +02:00
parent 06995d4721
commit 7bf2ab1b75

View file

@ -0,0 +1,6 @@
---
- hosts: all
roles:
- role: debian-interfaces-source
when: ansible_pkg_mgr == "apt"