Remove centos-7 conditional packages

We don't support centos-7 for Victoria so remove extra templating
in package variables.

Change-Id: I9c2e503e00b0094e7c15f460c69710c52271896d
This commit is contained in:
Jonathan Rosser 2020-12-08 09:18:25 +00:00
parent 2132086b05
commit 943041b25e

View File

@ -28,15 +28,15 @@ keystone_devel_distro_packages:
- libxslt-devel
- openldap-devel
- openssl-devel
- "{{ ansible_distribution_major_version is version('8', '<') | ternary('python-devel', 'python36-devel') }}"
- python36-devel
- systemd-devel
- which
keystone_service_distro_packages:
- openstack-keystone
- "{{ ansible_distribution_major_version is version('8', '<') | ternary('systemd-python', 'python3-systemd') }}"
- python3-systemd
- uwsgi
- "{{ ansible_distribution_major_version is version('8', '<') | ternary('uwsgi-plugin-python', 'uwsgi-plugin-python3') }}"
- uwsgi-plugin-python3
keystone_apache_distro_packages:
- httpd