From 8367c9c1bf4aa6df85374fccc40f853d4f2bfee9 Mon Sep 17 00:00:00 2001 From: Jose Date: Tue, 4 Nov 2025 20:41:13 +0100 Subject: [PATCH] =?UTF-8?q?chore=20=F0=9F=93=A6:=20Update=20setupacdc.yml?= =?UTF-8?q?=20to=20enable=20facts=20gathering=20for=20dc1=20LXC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Enabled facts gathering for the dc1 LXC provision task, ensuring accurate inventory data collection. This change improves the overall reliability of the setup process. --- tasks/setupacdc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/setupacdc.yml b/tasks/setupacdc.yml index 31b5eca..415f179 100644 --- a/tasks/setupacdc.yml +++ b/tasks/setupacdc.yml @@ -111,7 +111,7 @@ - name: Provision dc1 LXC hosts: dc1 - gather_facts: false + gather_facts: true become: true # vars: