From a027e8ed612f63eab957c6bb15f32571c27e9173 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Tue, 26 Mar 2024 10:12:37 -0400 Subject: [PATCH] disable fact gathering --- ping.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ping.yml b/ping.yml index ed214c5..82a5ccc 100644 --- a/ping.yml +++ b/ping.yml @@ -2,7 +2,7 @@ - name: Ping check to determine if hosts are reachable hosts: all become: false - gather_facts: true + gather_facts: false tasks: