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:
|
import_role:
|
||||||
name: pvc
|
name: pvc
|
||||||
|
|
||||||
|
- name: aptitude full upgrade and cleanup
|
||||||
|
apt:
|
||||||
|
update_cache: yes
|
||||||
|
autoremove: yes
|
||||||
|
autoclean: yes
|
||||||
|
upgrade: full
|
||||||
|
|
||||||
- name: restart system
|
- name: restart system
|
||||||
reboot:
|
reboot:
|
||||||
post_reboot_delay: 15
|
post_reboot_delay: 15
|
||||||
|
|
Loading…
Reference in New Issue