mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-03 11:52:44 +00:00
update sefcontext integration target and enable for rhel8 beta
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user