Commit 23c72d19 authored by Simon Cornet's avatar Simon Cornet
Browse files

feat: set serial to 1 for this playbook

parent 412db405
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
- name: "use toolbox"
  hosts: "all"
  become: true
  serial: 1
  tasks:

    # due to semaphore bug we need to do this ourselves