feat: set serial to 1 for this playbook

This commit is contained in:
Simon Cornet 2025-11-01 20:52:01 +01:00
commit 23c72d19c0

View file

@ -4,6 +4,7 @@
- name: "use toolbox" - name: "use toolbox"
hosts: "all" hosts: "all"
become: true become: true
serial: 1
tasks: tasks:
# due to semaphore bug we need to do this ourselves # due to semaphore bug we need to do this ourselves