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:
parent
2132086b05
commit
943041b25e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user