add debug
This commit is contained in:
parent
7379f164aa
commit
0a056479bc
4
ping.yml
4
ping.yml
@ -17,6 +17,10 @@
|
|||||||
ignore_errors: true
|
ignore_errors: true
|
||||||
failed_when: false
|
failed_when: false
|
||||||
|
|
||||||
|
- name: Debug ping_check
|
||||||
|
ansible.builtin.debug:
|
||||||
|
var: ping_check['stdout']
|
||||||
|
|
||||||
- name: Clear host errors
|
- name: Clear host errors
|
||||||
ansible.builtin.meta: clear_host_errors
|
ansible.builtin.meta: clear_host_errors
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user