From b3cd84e18117ef82880578c5e750a64ece20cc29 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Sat, 4 Feb 2023 16:04:52 +0000 Subject: [PATCH] Add missing become: true to jq on Debian --- roles/jq/tasks/Debian.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/jq/tasks/Debian.yaml b/roles/jq/tasks/Debian.yaml index 6e6ae4c..4b10c12 100644 --- a/roles/jq/tasks/Debian.yaml +++ b/roles/jq/tasks/Debian.yaml @@ -1,5 +1,6 @@ --- - name: install apt package + become: true apt: name: jq state: latest