fix: delegate directive
This commit is contained in:
parent
5f37c710aa
commit
6dd20bb3d1
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue