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:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user