From e1745bd1626b83a125f0a77bb64cd9c2447d10ec Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Wed, 11 May 2022 22:43:25 +0100 Subject: [PATCH] Fix python Debian package install --- roles/python/tasks/Debian.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/python/tasks/Debian.yaml b/roles/python/tasks/Debian.yaml index 9a458b3..a377eb0 100644 --- a/roles/python/tasks/Debian.yaml +++ b/roles/python/tasks/Debian.yaml @@ -1,5 +1,6 @@ --- - name: install apt packages + become: true apt: name: - python3