From c4d8da7d2f49c7673dc5603504b564669cacc06c Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Thu, 28 Mar 2024 10:40:11 -0400 Subject: [PATCH] changes --- ping.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ping.yml b/ping.yml index bcb7800..7586659 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