8 lines
173 B
YAML
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
|