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

@@ -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"