🎨: use ansible.builtin.package with update_cache systematically
This commit is contained in:
@@ -17,13 +17,12 @@
|
||||
mode: "0o640"
|
||||
|
||||
- name: Install ZFS
|
||||
ansible.builtin.apt:
|
||||
name: "{{ item }}"
|
||||
ansible.builtin.package:
|
||||
name:
|
||||
- dpkg-dev
|
||||
- linux-headers-generic
|
||||
- linux-image-generic
|
||||
- zfs-dkms
|
||||
- zfsutils-linux
|
||||
state: present
|
||||
update_cache: true
|
||||
loop:
|
||||
- dpkg-dev
|
||||
- linux-headers-generic
|
||||
- linux-image-generic
|
||||
- zfs-dkms
|
||||
- zfsutils-linux
|
||||
|
Reference in New Issue
Block a user