v.1.5.2 use full-upgrade
This commit is contained in:
@@ -22,6 +22,7 @@ pbs
|
|||||||
microk8s
|
microk8s
|
||||||
nginx
|
nginx
|
||||||
vm-ubuntu-01
|
vm-ubuntu-01
|
||||||
|
#homeassistant
|
||||||
|
|
||||||
[vserver]
|
[vserver]
|
||||||
ionos-ubuntu-01
|
ionos-ubuntu-01
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user