start zfs install

This commit is contained in:
2022-09-04 00:20:27 +12:00
parent 06ea234395
commit 450d60cd46
4 changed files with 17 additions and 3 deletions

View File

@ -0,0 +1,9 @@
---
- name: Install ZFS DKMS module
community.general.pacman:
name:
- zfs-dkms
state: latest
executable: pikaur
update_cache: true
reason: explicit