ping missing, ssh -T instead
Some checks failed
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Failing after 1m27s

This commit is contained in:
Mike Holloway 2025-01-07 06:43:24 -05:00
parent 5c75f85d9d
commit e03e08f81d

View File

@ -13,7 +13,7 @@
tasks: tasks:
- name: Confirm we can reach - name: Confirm we can reach
command: command:
cmd: "ping -c5 {{ lookup('env', 'TARGET_IP_ADDRESS') }}" cmd: "ssh -T root@{{ lookup('env', 'TARGET_IP_ADDRESS') }}"
register: isping register: isping
- debug: - debug: