diff --git a/playbook.yaml b/playbook.yaml index f99a6ee..61b6675 100644 --- a/playbook.yaml +++ b/playbook.yaml @@ -10,6 +10,7 @@ - name: "force-update requirements" ansible.builtin.command: cmd: "ansible-galaxy install -f -r roles/requirements.yml" + delegate: "localhost" roles: - role: "docker"