v.1.5.2 use full-upgrade

This commit is contained in:
2025-07-15 18:36:35 +02:00
parent 9f4890ac2b
commit 02e787e131
3 changed files with 7 additions and 3 deletions
+1
View File
@@ -22,6 +22,7 @@ pbs
microk8s
nginx
vm-ubuntu-01
#homeassistant
[vserver]
ionos-ubuntu-01
+2 -1
View File
@@ -7,7 +7,8 @@
- name: update respository index
ansible.builtin.apt:
update_cache: yes
upgrade: safe
# upgrade: safe
upgrade: full
- name: Run the equivalent of "apt clean"
ansible.builtin.apt:
+3 -1
View File
@@ -8,7 +8,9 @@
- name: update respository index
ansible.builtin.apt:
update_cache: yes
# upgrade: safe
- name: full-upgrade system
ansible.builtin.apt:
upgrade: full
- name: Run the equivalent of "apt clean"