10 lines
177 B
YAML
10 lines
177 B
YAML
|
---
|
||
|
- name: Install python bindings using YUM
|
||
|
become: true
|
||
|
yum:
|
||
|
state: latest
|
||
|
name:
|
||
|
- libselinux-python
|
||
|
- policycoreutils-python
|
||
|
- python-firewall
|