fix(common): avoid localhost become prompts, stabilize redis apt upgrade, and lint handlers
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user