From d705bc40c5e5409b5c621291b433a5c912dd644a Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Sat, 1 Nov 2025 12:41:49 +0100 Subject: [PATCH] feat: become! --- playbook.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbook.yaml b/playbook.yaml index b3ca697..040fc11 100644 --- a/playbook.yaml +++ b/playbook.yaml @@ -3,6 +3,7 @@ # update ansible galaxy - name: "update ansible galaxy" hosts: "all" + become: true tasks: # due to semaphore bug we need to do this ourselves