|
|
@ -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 |
|
|
|