Remove update_cache parameter from util-linux-extra installation task in basic.yml
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
ansible.builtin.apt:
|
||||
name: util-linux-extra
|
||||
state: present
|
||||
update_cache: true
|
||||
when:
|
||||
- ansible_facts['os_family'] == 'Debian'
|
||||
- ansible_facts['distribution_major_version'] | int >= 11
|
||||
|
||||
Reference in New Issue
Block a user