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