serial bei packages eingebaut
This commit is contained in:
parent
1500947a21
commit
53c9456978
1 changed files with 3 additions and 2 deletions
|
@ -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"}
|
||||
|
|
Loading…
Reference in a new issue