More retries, longer delay
All checks were successful
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Successful in 7m4s
All checks were successful
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Successful in 7m4s
This commit is contained in:
parent
2522389d35
commit
1ba3039f28
@ -14,8 +14,8 @@
|
||||
- name: Confirm we can reach
|
||||
command:
|
||||
cmd: "ssh -T root@{{ lookup('env', 'TARGET_IP_ADDRESS') }}"
|
||||
retries: 3
|
||||
delay: 5
|
||||
retries: 12
|
||||
delay: 10
|
||||
register: isping
|
||||
until: isping.rc == 0
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user