From d7d7f05d732b5ecd82e6965857c31ad443cf8118 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Thu, 2 Oct 2025 16:16:32 +0200 Subject: [PATCH] feat: set serial by default to 2 --- playbook.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbook.yaml b/playbook.yaml index d7b42f0..a2c9c44 100644 --- a/playbook.yaml +++ b/playbook.yaml @@ -3,6 +3,7 @@ # execute this role - name: "install and configure common items" hosts: "all" + serial: 2 become: true roles: - role: "."