From 5245eafd146ab8c886d432f38a161fa44880beba Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Tue, 16 Jun 2020 17:38:24 +0300 Subject: [PATCH] Add Centos-8 support Change-Id: I33297d21fbd8618e167e1f332ec2c838c5086b0e --- vars/redhat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/redhat.yml b/vars/redhat.yml index 1387f808..06e93954 100644 --- a/vars/redhat.yml +++ b/vars/redhat.yml @@ -26,7 +26,7 @@ glance_devel_distro_packages: glance_service_distro_packages: - openstack-glance - - systemd-python + - "{{ ansible_distribution_major_version is version('8', '<') | ternary('systemd-python', 'python3-systemd') }}" glance_oslomsg_amqp1_distro_packages: - cyrus-sasl-lib