From 64273fd6a264fb5fb7f85d3c3a94399e258601dc Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Thu, 30 Jun 2022 12:28:23 +0200 Subject: We do not need facts, let's not waste time gathering them --- distrib.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/distrib.yml b/distrib.yml index 9782469..523b824 100644 --- a/distrib.yml +++ b/distrib.yml @@ -1,6 +1,6 @@ --- - hosts: "localhost" - connection: "local" + gather_facts: false vars: ansible_python_interpreter: "auto_silent" tasks: @@ -93,6 +93,7 @@ - "all" - hosts: "localhost" connection: "local" + gather_facts: false vars: ansible_python_interpreter: "auto_silent" tasks: -- cgit v1.2.3