This commit is contained in:
2024-03-28 15:37:16 -04:00
parent e0d31c9a77
commit 7379f164aa

View File

@ -9,13 +9,12 @@
ansible.builtin.wait_for_connection:
timeout: 3
- name: Ping target hosts
- name: Test target host connectivity
ansible.builtin.command:
cmd: whoami
changed_when: false
register: ping_check
ignore_errors: true
# ignore_unreachable: true
failed_when: false
- name: Clear host errors