update sefcontext integration target and enable for rhel8 beta
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
f0df9760d3
commit
1ad5bae359
2 changed files with 8 additions and 1 deletions
|
@ -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…
Reference in a new issue