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

View File

@@ -22,6 +22,7 @@ pbs
microk8s microk8s
nginx nginx
vm-ubuntu-01 vm-ubuntu-01
#homeassistant
[vserver] [vserver]
ionos-ubuntu-01 ionos-ubuntu-01

View File

@@ -7,8 +7,9 @@
- name: update respository index - name: update respository index
ansible.builtin.apt: ansible.builtin.apt:
update_cache: yes update_cache: yes
upgrade: safe # upgrade: safe
upgrade: full
- name: Run the equivalent of "apt clean" - name: Run the equivalent of "apt clean"
ansible.builtin.apt: ansible.builtin.apt:
clean: yes clean: yes

View File

@@ -8,7 +8,9 @@
- name: update respository index - name: update respository index
ansible.builtin.apt: ansible.builtin.apt:
update_cache: yes update_cache: yes
# upgrade: safe
- name: full-upgrade system
ansible.builtin.apt:
upgrade: full upgrade: full
- name: Run the equivalent of "apt clean" - name: Run the equivalent of "apt clean"