add debug
This commit is contained in:
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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user