Add APT retry

certbot_on_virtu
Alexandre Iooss 2019-06-09 17:45:56 +02:00
parent c9a9d69739
commit c7bc8b2afd
No known key found for this signature in database
GPG Key ID: 6C79278F3FCDCC02
1 changed files with 6 additions and 1 deletions

View File

@ -12,4 +12,9 @@
- name: Install wireguard
apt:
update_cache: true
name: wireguard
name:
- wireguard
- resolvconf
register: apt_result
retries: 3
until: apt_result is succeeded