diff --git a/ping.yml b/ping.yml index 7586659..bcb7800 100644 --- a/ping.yml +++ b/ping.yml @@ -14,7 +14,7 @@ - name: Set ping check results ansible.builtin.set_fact: 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 - name: Display ping check results