From 6a567185b33dd7471bdbb7e6b4fec593811c7d76 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Thu, 28 Mar 2024 10:46:29 -0400 Subject: [PATCH] changes --- ping.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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