bump to el8 / f31
This commit is contained in:
parent
2a16382259
commit
50a8dc1248
1 changed files with 2 additions and 2 deletions
|
@ -13,13 +13,13 @@
|
||||||
|
|
||||||
- name: install zfs-release package (RHEL/CentOS)
|
- name: install zfs-release package (RHEL/CentOS)
|
||||||
yum:
|
yum:
|
||||||
name: "http://download.zfsonlinux.org/epel/zfs-release.el7_5.noarch.rpm"
|
name: "http://download.zfsonlinux.org/epel/zfs-release.el8_0.noarch.rpm"
|
||||||
state: present
|
state: present
|
||||||
when: ansible_distribution in ["CentOS" , "Red Hat Enterprise Linux" ]
|
when: ansible_distribution in ["CentOS" , "Red Hat Enterprise Linux" ]
|
||||||
|
|
||||||
- name: install zfs-release package (Fedora)
|
- name: install zfs-release package (Fedora)
|
||||||
dnf:
|
dnf:
|
||||||
name: "http://download.zfsonlinux.org/fedora/zfs-release.fc30.noarch.rpm"
|
name: "http://download.zfsonlinux.org/fedora/zfs-release.fc31.noarch.rpm"
|
||||||
state: present
|
state: present
|
||||||
when: ansible_distribution in ["Fedora"] and not is_atomic
|
when: ansible_distribution in ["Fedora"] and not is_atomic
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue