Install selinux specials on fedora

This commit is contained in:
2018-02-11 12:03:54 +01:00
parent 166dd1442c
commit 689ba535ec

View File

@@ -21,6 +21,13 @@
shell: /usr/bin/zsh shell: /usr/bin/zsh
become: true become: true
- name: install selinux specials on fedora
package:
state: installed
name: libselinux-python
become: true
when: distro == 'fedora'
- name: load package list - name: load package list
include_vars: include_vars:
file: packages.yml file: packages.yml