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:
|
ansible.builtin.apt:
|
||||||
name: util-linux-extra
|
name: util-linux-extra
|
||||||
state: present
|
state: present
|
||||||
update_cache: true
|
|
||||||
when:
|
when:
|
||||||
- ansible_facts['os_family'] == 'Debian'
|
- ansible_facts['os_family'] == 'Debian'
|
||||||
- ansible_facts['distribution_major_version'] | int >= 11
|
- ansible_facts['distribution_major_version'] | int >= 11
|
||||||
|
|||||||
Reference in New Issue
Block a user