ansible/common.yaml

6 lines
96 B
YAML

---
- hosts: debian
gather_facts: true
roles:
- { role: "common", tags: [ "common" ] }