Add retries to all apt commands
This commit is contained in:
@ -13,6 +13,9 @@
|
||||
- rinse
|
||||
state: latest
|
||||
when: newhost is defined and newhost
|
||||
register: apt_res
|
||||
retries: 5
|
||||
until: apt_res is success
|
||||
|
||||
- name: install pvc node daemon configuration
|
||||
template:
|
||||
|
Reference in New Issue
Block a user