From 006f060193d2a3cac32d0fefd208297978b95ecf Mon Sep 17 00:00:00 2001 From: Joaquin Date: Wed, 27 Nov 2024 11:00:11 +0100 Subject: [PATCH] New Update File - Gather_facts = off --- Playbooks/update-apt-packages.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Playbooks/update-apt-packages.yaml b/Playbooks/update-apt-packages.yaml index a1c78ef..9b5eaba 100644 --- a/Playbooks/update-apt-packages.yaml +++ b/Playbooks/update-apt-packages.yaml @@ -1,6 +1,7 @@ --- - name: Server Update und Upgrade hosts: all + gather_facts: no become: true tasks: - name: Paketlisten aktualisieren