Add Centos-8 support

Change-Id: If5b234d43cf9519c523b2b4a1ed1e27978e03fa9
This commit is contained in:
root 2020-06-19 01:53:44 -04:00
parent 6188087fba
commit 372069994d

View File

@ -15,7 +15,7 @@
# Common apt packages
magnum_distro_packages:
- python-devel
- "{{ ansible_distribution_major_version is version('8', '<') | ternary('python-devel', 'python36-devel') }}"
- openssl-devel
- libxml2-devel
- libxslt-devel