feat: never fail the force update task
This commit is contained in:
parent
6d1c780a85
commit
9d8d9f9ac8
1 changed files with 2 additions and 0 deletions
|
|
@ -12,6 +12,8 @@
|
|||
cmd: "ansible-galaxy install -f -r roles/requirements.yml"
|
||||
become: false
|
||||
delegate_to: "localhost"
|
||||
changed_when: false
|
||||
failed_when: false
|
||||
|
||||
roles:
|
||||
- role: "docker"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue