common/playbook.yaml

8 lines
125 B
YAML

---
# execute this role
- name: "install and configure common items"
hosts: "all"
become: true
roles:
- role: "."