ansible/roles/docker_host/tasks/RedHat.yml
2021-07-09 14:42:10 +02:00

6 lines
100 B
YAML

---
- name: Install python-selinux
yum:
state: present
name: "libselinux-python3"
...