zfs role (fedora) - move from f29 to f30
This commit is contained in:
parent
c775852300
commit
1201baa8ad
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
- name: install zfs-release package (Fedora)
|
- name: install zfs-release package (Fedora)
|
||||||
dnf:
|
dnf:
|
||||||
name: "http://download.zfsonlinux.org/fedora/zfs-release.fc29.noarch.rpm"
|
name: "http://download.zfsonlinux.org/fedora/zfs-release.fc30.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