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)
|
- name: include zfs-release tasks (CentOS/RHEL/Fedora)
|
||||||
include_tasks: zfs-release-el.yml
|
include_tasks: zfs-release.yml
|
||||||
when: ('zfs-release' not in ansible_facts.packages) and (ansible_distribution in ["CentOS" , "Red Hat Enterprise Linux" ])
|
when: ('zfs-release' not in ansible_facts.packages) and (ansible_distribution in ["CentOS" , "Red Hat Enterprise Linux", "Fedora" ])
|
||||||
|
|
||||||
- name: include zfs installation tasks (Ubuntu)
|
- name: include zfs installation tasks (Ubuntu)
|
||||||
include_tasks: ubuntu.yml
|
include_tasks: ubuntu.yml
|
||||||
|
|
Loading…
Reference in a new issue