Merge "Add Centos-8 support"
This commit is contained in:
commit
c9db38b60a
@ -28,15 +28,15 @@ keystone_devel_distro_packages:
|
||||
- libxslt-devel
|
||||
- openldap-devel
|
||||
- openssl-devel
|
||||
- python-devel
|
||||
- "{{ ansible_distribution_major_version is version('8', '<') | ternary('python-devel', 'python36-devel') }}"
|
||||
- systemd-devel
|
||||
- which
|
||||
|
||||
keystone_service_distro_packages:
|
||||
- openstack-keystone
|
||||
- systemd-python
|
||||
- "{{ ansible_distribution_major_version is version('8', '<') | ternary('systemd-python', 'python3-systemd') }}"
|
||||
- uwsgi
|
||||
- uwsgi-plugin-python
|
||||
- "{{ ansible_distribution_major_version is version('8', '<') | ternary('uwsgi-plugin-python', 'uwsgi-plugin-python3') }}"
|
||||
|
||||
keystone_apache_distro_packages:
|
||||
- httpd
|
||||
|
Loading…
x
Reference in New Issue
Block a user