dotfiles/playbooks/playground.yml
Matej Focko e89bd7956e
feat: create handlers in top-level
Signed-off-by: Matej Focko <me@mfocko.xyz>
2024-11-18 15:21:19 +01:00

8 lines
173 B
YAML

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