fix: force-update requirements task
This commit is contained in:
parent
9e284bb3a3
commit
8ccbef6d7d
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
# due to semaphore bug we need to do this ourselves
|
# due to semaphore bug we need to do this ourselves
|
||||||
- name: "force-update requirements"
|
- name: "force-update requirements"
|
||||||
ansible.builtin.command:
|
ansible.builtin.command:
|
||||||
cmd: "ansible-galaxy install -f -r requirements.yml"
|
cmd: "ansible-galaxy install -f -r roles/requirements.yml"
|
||||||
become: false
|
become: false
|
||||||
delegate_to: "localhost"
|
delegate_to: "localhost"
|
||||||
changed_when: false
|
changed_when: false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue