feat: set serial by default to 2

This commit is contained in:
Simon Cornet 2025-10-02 16:16:32 +02:00
commit d7d7f05d73

View file

@ -3,6 +3,7 @@
# execute this role
- name: "install and configure common items"
hosts: "all"
serial: 2
become: true
roles:
- role: "."