chore: add empty task list to playground
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
e89bd7956e
commit
7bdc99dbe6
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
hosts: all
|
hosts: all
|
||||||
gather_facts: true
|
gather_facts: true
|
||||||
roles: []
|
roles: []
|
||||||
|
tasks: []
|
||||||
handlers:
|
handlers:
|
||||||
- name: Import common handlers
|
- name: Import common handlers
|
||||||
ansible.builtin.import_tasks: ../handlers/main.yml
|
ansible.builtin.import_tasks: ../handlers/main.yml
|
||||||
|
|
Loading…
Reference in a new issue