6 lines
100 B
YAML
6 lines
100 B
YAML
---
|
|
- name: Install python-selinux
|
|
yum:
|
|
state: present
|
|
name: "libselinux-python3"
|
|
... |