changes
This commit is contained in:
parent
20758ab528
commit
c4d8da7d2f
2
ping.yml
2
ping.yml
@ -14,7 +14,7 @@
|
|||||||
- name: Set ping check results
|
- name: Set ping check results
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
ping_results: "{{ lookup('template', 'ping_results.j2') | from_yaml }}"
|
ping_results: "{{ lookup('template', 'ping_results.j2') | from_yaml }}"
|
||||||
run_once: true # noqa: run-once[task]
|
# run_once: true # noqa: run-once[task]
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
|
|
||||||
- name: Display ping check results
|
- name: Display ping check results
|
||||||
|
Loading…
x
Reference in New Issue
Block a user