fix: add retry for new galaxy tests

This commit is contained in:
Adrien Waksberg 2019-01-31 21:12:56 +01:00
parent 9133269f54
commit 7621913467

View file

@ -8,6 +8,10 @@
- fail2ban - fail2ban
- whois - whois
- bsd-mailx - bsd-mailx
register: result
retries: 3
delay: 1
until: result is success
tags: fail2ban tags: fail2ban
- name: remove default config - name: remove default config