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:
|
tasks:
|
||||||
- name: Confirm we can reach
|
- name: Confirm we can reach
|
||||||
command:
|
command:
|
||||||
cmd: "ssh -T root@{{ lookup('env', 'TARGET_IP_ADDRESS') }}"
|
cmd: "ssh -o StrictHostKeyChecking=no -T root@{{ lookup('env', 'TARGET_IP_ADDRESS') }}"
|
||||||
retries: 12
|
retries: 12
|
||||||
delay: 10
|
delay: 10
|
||||||
register: isping
|
register: isping
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user