From 6d1c780a857796ac51a6db2020a8b26f36347ab3 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Fri, 3 Oct 2025 15:47:13 +0200 Subject: [PATCH] feat: dont need to become root --- playbook.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbook.yaml b/playbook.yaml index da04300..975e8d4 100644 --- a/playbook.yaml +++ b/playbook.yaml @@ -10,6 +10,7 @@ - name: "force-update requirements" ansible.builtin.command: cmd: "ansible-galaxy install -f -r roles/requirements.yml" + become: false delegate_to: "localhost" roles: