From 696044a39327e00f476a2115b0ad659289fd2e02 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Sat, 1 Nov 2025 12:21:14 +0100 Subject: [PATCH] feat: make sure role update runs --- playbook.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbook.yaml b/playbook.yaml index 61a2139..62552fa 100644 --- a/playbook.yaml +++ b/playbook.yaml @@ -2,7 +2,7 @@ # update ansible galaxy - name: "update ansible galaxy" - hosts: "localhost" + hosts: "all" tasks: # due to semaphore bug we need to do this ourselves