ping missing, ssh -T instead
Some checks failed
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Failing after 1m27s
Some checks failed
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Failing after 1m27s
This commit is contained in:
parent
5c75f85d9d
commit
e03e08f81d
@ -13,7 +13,7 @@
|
||||
tasks:
|
||||
- name: Confirm we can reach
|
||||
command:
|
||||
cmd: "ping -c5 {{ lookup('env', 'TARGET_IP_ADDRESS') }}"
|
||||
cmd: "ssh -T root@{{ lookup('env', 'TARGET_IP_ADDRESS') }}"
|
||||
register: isping
|
||||
|
||||
- debug:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user