Merge "wheel-cache: update openstack package for 8-stream"

This commit is contained in:
Zuul 2022-02-08 05:49:44 +00:00 committed by Gerrit Code Review
commit 1f9d9b40f5

View File

@ -18,7 +18,7 @@
# NOTE(pabelanger): We need to install extra libraries, such as # NOTE(pabelanger): We need to install extra libraries, such as
# liberasurecode-devel # liberasurecode-devel
# which are only part of the RDO repositories. # which are only part of the RDO repositories.
- name: Add centos-release-openstack - name: Add centos-release-openstack for CentOS 7
yum: yum:
name: centos-release-openstack-train name: centos-release-openstack-train
state: present state: present
@ -27,9 +27,9 @@
- ansible_distribution == "CentOS" - ansible_distribution == "CentOS"
- ansible_distribution_major_version == '7' - ansible_distribution_major_version == '7'
- name: Add centos-release-openstack - name: Add centos-release-openstack for CentOS 8
yum: yum:
name: centos-release-openstack-ussuri name: centos-release-openstack-xena
state: present state: present
become: yes become: yes
when: when: