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"