This commit is contained in:
2019-04-14 11:54:29 +02:00
parent cb34056f15
commit 6be0232035
14 changed files with 48 additions and 8 deletions

View File

@@ -33,9 +33,11 @@
become: true
- name: install selinux specials on fedora
package:
dnf:
state: installed
name: libselinux-python
name:
- python2-libselinux
- policycoreutils-python
become: true
when: distro == 'fedora'