Install selinux specials on fedora
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user