feat: force update roles
This commit is contained in:
parent
b6d6544c79
commit
af10544875
1 changed files with 7 additions and 0 deletions
|
|
@ -4,6 +4,13 @@
|
|||
- name: "install and configure SideroLabs's Omni"
|
||||
hosts: "all"
|
||||
become: true
|
||||
pre_tasks:
|
||||
|
||||
# due to semaphore bug we need to do this ourselves
|
||||
- name: "force-update requirements"
|
||||
ansible.builtin.command:
|
||||
cmd: "ansible-galaxy install -f -r roles/requirements.yml"
|
||||
|
||||
roles:
|
||||
- role: "docker"
|
||||
- role: "omni"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue