Include another upgrade in deb11 playbook
Ensures that the system is fully updated after re-enabling the security repository during the base run.
This commit is contained in:
parent
704e88dca4
commit
2c80c187c3
|
@ -151,6 +151,13 @@
|
|||
import_role:
|
||||
name: pvc
|
||||
|
||||
- name: aptitude full upgrade and cleanup
|
||||
apt:
|
||||
update_cache: yes
|
||||
autoremove: yes
|
||||
autoclean: yes
|
||||
upgrade: full
|
||||
|
||||
- name: restart system
|
||||
reboot:
|
||||
post_reboot_delay: 15
|
||||
|
|
Loading…
Reference in New Issue