zfs: add zfs-release for fedora

This commit is contained in:
Josh Lay 2020-04-19 02:11:36 -05:00
parent 6e63378195
commit 240882114a

View file

@ -1,8 +1,8 @@
---
- name: include zfs-release tasks (CentOS/RHEL/Fedora)
include_tasks: zfs-release-el.yml
when: ('zfs-release' not in ansible_facts.packages) and (ansible_distribution in ["CentOS" , "Red Hat Enterprise Linux" ])
include_tasks: zfs-release.yml
when: ('zfs-release' not in ansible_facts.packages) and (ansible_distribution in ["CentOS" , "Red Hat Enterprise Linux", "Fedora" ])
- name: include zfs installation tasks (Ubuntu)
include_tasks: ubuntu.yml