fix: add retry for new galaxy tests
This commit is contained in:
parent
9133269f54
commit
7621913467
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue