From 39a720e2570f1b3b2d61ab7bdc85a190fe83301d Mon Sep 17 00:00:00 2001 From: Paul Heidenreich Date: Thu, 1 Aug 2019 08:23:55 +0200 Subject: [PATCH] Fix "Permission denied" error when installing deps --- tasks/setup-Debian.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/setup-Debian.yml b/tasks/setup-Debian.yml index eaaa96f..c52e952 100644 --- a/tasks/setup-Debian.yml +++ b/tasks/setup-Debian.yml @@ -7,6 +7,7 @@ state: absent - name: Ensure dependencies are installed. + become: true apt: name: - apt-transport-https