update sefcontext integration target and enable for rhel8 beta

Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
Adam Miller 2018-11-20 10:26:46 -06:00 committed by Matt Clay
parent f0df9760d3
commit 1ad5bae359
2 changed files with 8 additions and 1 deletions

View file

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

View file

@ -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: