Add retries for apt https transport installation

Change-Id: I75a3e9b95e6f13066caed2a902da8b7d7f7abd40
This commit is contained in:
Jonathan Rosser 2018-08-06 12:09:23 +01:00
parent 20ab63c9f9
commit f33286d603
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,10 @@
state: "{{ galera_client_package_state }}"
update_cache: yes
cache_valid_time: "{{ cache_timeout }}"
register: apt_transport_https_check
until: apt_transport_https_check is success
retries: 5
delay: 2
tags:
- galera-client-apt-packages