diff --git a/playbooks/playground.yml b/playbooks/playground.yml index 3b69e6d..04043aa 100644 --- a/playbooks/playground.yml +++ b/playbooks/playground.yml @@ -3,6 +3,7 @@ hosts: all gather_facts: true roles: [] + tasks: [] handlers: - name: Import common handlers ansible.builtin.import_tasks: ../handlers/main.yml