From ade6e4e167bab2ac6155e50062d0ec24112d5154 Mon Sep 17 00:00:00 2001 From: ByeonJungHun <131643404+ByeonJungHun@users.noreply.github.com> Date: Mon, 3 Jul 2023 13:40:09 +0900 Subject: [PATCH] Update apt.yaml --- apt.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apt.yaml b/apt.yaml index c48e7c9..0446fd1 100644 --- a/apt.yaml +++ b/apt.yaml @@ -1,6 +1,6 @@ --- - hosts: node - become: false - gather_facts: true + become: true + gather_facts: false roles: - role: apt