From 7bdc99dbe674c680f192c8f322a516149927147e Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Mon, 18 Nov 2024 15:22:51 +0100 Subject: [PATCH] chore: add empty task list to playground Signed-off-by: Matej Focko --- playbooks/playground.yml | 1 + 1 file changed, 1 insertion(+) 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