1
0

start zfs install

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

View File

@ -5,8 +5,8 @@
become: true
roles:
- python
- python-install
- sshd
- firewall
#- firewall
- pikaur
#- zfs
- zfs-install

View File

@ -29,3 +29,8 @@
ansible.builtin.shell:
cmd: makepkg -fsri
chdir: /git/pikaur/
- name: update AUR cache
community.general.pacman:
update_cache: yes
executable: pikaur

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