From 23c72d19c0162c7c0f1b4be8ffc33e72beffbf33 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Sat, 1 Nov 2025 20:52:01 +0100 Subject: [PATCH] feat: set serial to 1 for this playbook --- playbook.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbook.yaml b/playbook.yaml index 44a0285..96515ca 100644 --- a/playbook.yaml +++ b/playbook.yaml @@ -4,6 +4,7 @@ - name: "use toolbox" hosts: "all" become: true + serial: 1 tasks: # due to semaphore bug we need to do this ourselves