diff --git a/playbooks/wheel-cache/pre.yaml b/playbooks/wheel-cache/pre.yaml index 75c4bd2f..8542cdd3 100644 --- a/playbooks/wheel-cache/pre.yaml +++ b/playbooks/wheel-cache/pre.yaml @@ -18,7 +18,7 @@ # NOTE(pabelanger): We need to install extra libraries, such as # liberasurecode-devel # which are only part of the RDO repositories. - - name: Add centos-release-openstack + - name: Add centos-release-openstack for CentOS 7 yum: name: centos-release-openstack-train state: present @@ -27,9 +27,9 @@ - ansible_distribution == "CentOS" - ansible_distribution_major_version == '7' - - name: Add centos-release-openstack + - name: Add centos-release-openstack for CentOS 8 yum: - name: centos-release-openstack-ussuri + name: centos-release-openstack-xena state: present become: yes when: