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:
Joshua Boniface 2023-09-01 15:42:27 -04:00
parent 593599c148
commit 3161708593
1 changed files with 7 additions and 0 deletions

View File

@ -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