rm debug; update task name
This commit is contained in:
parent
0a056479bc
commit
fe61a6d9ce
6
ping.yml
6
ping.yml
@ -17,14 +17,10 @@
|
||||
ignore_errors: true
|
||||
failed_when: false
|
||||
|
||||
- name: Debug ping_check
|
||||
ansible.builtin.debug:
|
||||
var: ping_check['stdout']
|
||||
|
||||
- name: Clear host errors
|
||||
ansible.builtin.meta: clear_host_errors
|
||||
|
||||
- name: Display ping check results
|
||||
- name: Ping check results
|
||||
ansible.builtin.debug:
|
||||
msg: "{{ lookup('template', 'ping_results.j2') | from_yaml }}"
|
||||
run_once: true # noqa: run-once[task]
|
||||
|
Loading…
x
Reference in New Issue
Block a user