Host key checking workaround check
All checks were successful
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Successful in 7m1s
All checks were successful
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Successful in 7m1s
This commit is contained in:
parent
1ba3039f28
commit
19dc7cb495
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user