dotfiles/playbooks/playground.yml
Matej Focko 7bdc99dbe6
chore: add empty task list to playground
Signed-off-by: Matej Focko <me@mfocko.xyz>
2024-11-18 15:22:51 +01:00

9 lines
185 B
YAML

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