From ba6e678c8f3846151a5d5693e237ec4ec2a59fe7 Mon Sep 17 00:00:00 2001 From: guppy Date: Tue, 6 Jun 2023 13:13:04 +0200 Subject: [PATCH] fix permission issue on common roles --- roles/commons/tasks/main.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/commons/tasks/main.yaml b/roles/commons/tasks/main.yaml index a994e5d..ea69fed 100644 --- a/roles/commons/tasks/main.yaml +++ b/roles/commons/tasks/main.yaml @@ -1,4 +1,5 @@ - name: super-ugly hack to allow unauthenticated packages to install + become: yes copy: content='APT::Get::AllowUnauthenticated "true";' dest=/etc/apt/apt.conf.d/99temp owner=root group=root mode=0644 - name: install common packages