Host key checking workaround check
All checks were successful
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Successful in 7m1s

This commit is contained in:
Mike Holloway 2025-01-07 07:13:09 -05:00
parent 1ba3039f28
commit 19dc7cb495

View File

@ -13,7 +13,7 @@
tasks:
- name: Confirm we can reach
command:
cmd: "ssh -T root@{{ lookup('env', 'TARGET_IP_ADDRESS') }}"
cmd: "ssh -o StrictHostKeyChecking=no -T root@{{ lookup('env', 'TARGET_IP_ADDRESS') }}"
retries: 12
delay: 10
register: isping