feat: try delegation for galaxy update
This commit is contained in:
parent
af10544875
commit
5f37c710aa
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@
|
||||||
- name: "force-update requirements"
|
- name: "force-update requirements"
|
||||||
ansible.builtin.command:
|
ansible.builtin.command:
|
||||||
cmd: "ansible-galaxy install -f -r roles/requirements.yml"
|
cmd: "ansible-galaxy install -f -r roles/requirements.yml"
|
||||||
|
delegate: "localhost"
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- role: "docker"
|
- role: "docker"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue