ansible-roles/roles/repo_zfs/defaults/main.yml

7 lines
124 B
YAML
Raw Normal View History

2021-12-01 19:13:34 +01:00
---
# Can either be kmod or dkms
zfs_mod: kmod
# Can be stable or testing
zfs_branch: "{{ ansible_distribution_version }}"