Merge "wheel-cache: update openstack package for 8-stream"
This commit is contained in:
commit
1f9d9b40f5
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user