More retries, longer delay
All checks were successful
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Successful in 7m4s

This commit is contained in:
Mike Holloway 2025-01-07 07:04:48 -05:00
parent 2522389d35
commit 1ba3039f28

View File

@ -14,8 +14,8 @@
- name: Confirm we can reach - name: Confirm we can reach
command: command:
cmd: "ssh -T root@{{ lookup('env', 'TARGET_IP_ADDRESS') }}" cmd: "ssh -T root@{{ lookup('env', 'TARGET_IP_ADDRESS') }}"
retries: 3 retries: 12
delay: 5 delay: 10
register: isping register: isping
until: isping.rc == 0 until: isping.rc == 0