Add retries to all apt commands

This commit is contained in:
2023-08-28 10:57:57 -04:00
parent 67f21b8958
commit 6be00cfb50
7 changed files with 39 additions and 0 deletions

View File

@ -5,6 +5,9 @@
- zookeeper
- zookeeper-bin
state: latest
register: apt_res
retries: 5
until: apt_res is success
- name: install zookeeper configuration
template: