dotfiles/playbooks/playground.yml

10 lines
185 B
YAML
Raw Normal View History

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