Update to 2021-01-22 12:00

master
Daniel Berteaud 4 years ago
parent c721f86839
commit 3ba3d3a01b
  1. 2
      roles/repo_zfs/defaults/main.yml
  2. 2
      roles/repo_zfs/tasks/main.yml

@ -3,4 +3,4 @@
zfs_mod: kmod zfs_mod: kmod
# Can be stable or testing # Can be stable or testing
zfs_branch: stable zfs_branch: "{{ ansible_distribution_version }}"

@ -40,7 +40,7 @@
yum_repository: yum_repository:
name: zfs name: zfs
description: ZFS On Linux description: ZFS On Linux
baseurl: http://download.zfsonlinux.org/epel{{ (zfs_branch == 'testing') | ternary('-testing','') }}/{{ ansible_distribution_version }}/kmod/$basearch/ baseurl: http://download.zfsonlinux.org/epel/{{ zfs_branch }}{{ (zfs_mod == 'kmod') | ternary('/kmod','') }}/$basearch/
gpgcheck: True gpgcheck: True
gpgkey: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-zfsonlinux gpgkey: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-zfsonlinux
skip_if_unavailable: True skip_if_unavailable: True

Loading…
Cancel
Save