7 lines
103 B
YAML
7 lines
103 B
YAML
---
|
|
- hosts: all
|
|
roles:
|
|
- role: debian-interfaces-source
|
|
when: ansible_pkg_mgr == "apt"
|
|
|