dotfiles/playbooks/playground.yml

9 lines
173 B
YAML
Raw Normal View History

---
- name: Playground
hosts: all
gather_facts: true
roles: []
handlers:
- name: Import common handlers
ansible.builtin.import_tasks: ../handlers/main.yml