From 6dd20bb3d1ad25c4f6eb4a25d4687681a0ad6aa7 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Fri, 3 Oct 2025 15:46:32 +0200 Subject: [PATCH] fix: delegate directive --- playbook.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbook.yaml b/playbook.yaml index 61b6675..da04300 100644 --- a/playbook.yaml +++ b/playbook.yaml @@ -10,7 +10,7 @@ - name: "force-update requirements" ansible.builtin.command: cmd: "ansible-galaxy install -f -r roles/requirements.yml" - delegate: "localhost" + delegate_to: "localhost" roles: - role: "docker"