add basic selinux tools for all rhel based hosts

This commit is contained in:
Timo Makinen 2019-05-10 19:44:28 +03:00
parent 9e2cfbd37c
commit 088a3298c0
2 changed files with 11 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
- name: install mandatory selinux packages
package:
name: policycoreutils-python
state: installed