v.1.5.1 system-upgrade;full instead of safe

This commit is contained in:
2025-07-01 08:57:04 +02:00
parent 437afd41b3
commit 9f4890ac2b
2 changed files with 13 additions and 2 deletions

View File

@@ -8,7 +8,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: