add fedora-upgrade role, change package update headers to be more descriptive

This commit is contained in:
Josh Lay 2019-07-11 23:12:48 -05:00
parent c775852300
commit e278978195
5 changed files with 44 additions and 5 deletions

View file

@ -19,7 +19,7 @@
- name: install zfs-release package (Fedora)
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
when: ansible_distribution in ["Fedora"] and not is_atomic