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
|
||||
gather_facts: true
|
||||
roles: []
|
||||
tasks: []
|
||||
handlers:
|
||||
- name: Import common handlers
|
||||
ansible.builtin.import_tasks: ../handlers/main.yml
|
||||
|
|
Loading…
Reference in a new issue