fix(common): avoid localhost become prompts, stabilize redis apt upgrade, and lint handlers

This commit is contained in:
2026-08-06 17:09:17 +02:00
parent 88f40fe0cd
commit 6ba7c61cb7
3 changed files with 43 additions and 33 deletions
+2 -1
View File
@@ -40,7 +40,8 @@
- name: (redis-server.yml) upgrade
ansible.builtin.apt:
upgrade: "{{ apt_upgrade_type }}"
update_cache: true
# apt cache is refreshed in the preceding "update" task
update_cache: false
dpkg_options: "{{ apt_upgrade_dpkg_options | join(',') }}"
when:
- ansible_facts['distribution'] == "Debian"