zfs: add zfs-release for fedora
This commit is contained in:
parent
6e63378195
commit
240882114a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue