From 4f5a2e6333b615f06bddfb827fc72ab74973016e Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Thu, 3 Nov 2022 11:47:39 +0000 Subject: [PATCH] Fix htop not setting become: true --- roles/htop/tasks/Debian.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/htop/tasks/Debian.yaml b/roles/htop/tasks/Debian.yaml index a2163a2..b36906e 100644 --- a/roles/htop/tasks/Debian.yaml +++ b/roles/htop/tasks/Debian.yaml @@ -1,5 +1,6 @@ --- - name: install apt package + become: true apt: name: htop state: latest