Add example playbook
This commit is contained in:
parent
06995d4721
commit
7bf2ab1b75
6
debian-interfaces-source.yml
Normal file
6
debian-interfaces-source.yml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
- hosts: all
|
||||||
|
roles:
|
||||||
|
- role: debian-interfaces-source
|
||||||
|
when: ansible_pkg_mgr == "apt"
|
||||||
|
|
Loading…
Reference in a new issue