update sefcontext integration target and enable for rhel8 beta

Signed-off-by: Adam Miller <admiller@redhat.com>
pull/49778/head
Adam Miller 6 years ago committed by Matt Clay
parent f0df9760d3
commit 1ad5bae359

@ -1,3 +1,2 @@
needs/root
shippable/posix/group2
skip/rhel8.0

@ -20,6 +20,14 @@
name: policycoreutils-python
when:
- ansible_distribution == 'RedHat'
- ansible_distribution_major_version|int < 8
- name: install requirements for rhel8 beta
package:
name: python3-policycoreutils
when:
- ansible_distribution == 'RedHat'
- ansible_distribution_major_version|int >= 8
- name: Ensure we start with a clean state
sefcontext:

Loading…
Cancel
Save