system-config/roles/openafs-client/vars/CentOS.yaml
Ian Wienand b42769b7ed Test openafs roles on CentOS 9-stream
We have labeled the 8/9 stream repos with -stream for clarity; add
this to the path for the repo.

Change-Id: I5c4c5365d763f8a3c03a4adef36235e7809c44d7
Depends-On: https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/839689
2022-05-03 09:09:44 +10:00

4 lines
334 B
YAML

openafs_client_config_path: '/usr/vice/etc'
openafs_client_yum_repo_url: https://tarballs.opendev.org/openstack/openstack-zuul-jobs/openafs/centos{{ ansible_distribution_major_version}}{{ (ansible_distribution_major_version | int >= 8) | ternary('-stream', '') }}/RPMS/{{ ansible_architecture }}
openafs_client_yum_repo_gpg_check: no