From c9845be40c83fdc3343ced173beec8a53c595379 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Thu, 6 Oct 2022 18:13:51 +0100 Subject: [PATCH] Fix tidy role on Debian --- roles/tidy/tasks/Debian.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/tidy/tasks/Debian.yaml b/roles/tidy/tasks/Debian.yaml index bcf2c90..80656fb 100644 --- a/roles/tidy/tasks/Debian.yaml +++ b/roles/tidy/tasks/Debian.yaml @@ -1,5 +1,6 @@ --- - name: install apt package + become: true apt: name: tidy state: latest