Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
Rick Elrod 2019-12-05 22:54:36 +00:00 committed by Pierre-Yves Chibon
parent 210578251d
commit 6208045041

View file

@ -46,8 +46,7 @@
name:
- libsemanage-python
tags:
- httpd
- httpd/proxy
- haproxy
- selinux
when: (ansible_distribution == 'RedHat' and ansible_distribution_major_version|int < 8) or (ansible_distribution_major_version|int < 30 and ansible_distribution == 'Fedora')
@ -57,8 +56,7 @@
name:
- python3-libsemanage
tags:
- httpd
- httpd/proxy
- haproxy
- selinux
when: (ansible_distribution_major_version|int >= 30 and ansible_distribution == 'Fedora') or (ansible_distribution == 'RedHat' and ansible_distribution_major_version|int >= 8)