serial bei packages eingebaut

This commit is contained in:
Michael Grote 2021-02-25 07:53:10 +01:00
parent 1500947a21
commit 53c9456978

View file

@ -1,6 +1,7 @@
---
- hosts: all
serial: 3
roles:
- { role: mgrote.apt_manage_sources, tags: "apt_sources" }
- { role: mgrote.apt_update_packages, tags: "updates", serial: 3 }
- { role: mgrote.apt_install_packages, tags: "install", serial: 3 }
- { role: mgrote.apt_update_packages, tags: "updates"}
- { role: mgrote.apt_install_packages, tags: "install"}