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