ansible/roles/docker_host/tasks/RedHat.yml

6 lines
100 B
YAML
Raw Permalink Normal View History

2021-07-09 14:42:10 +02:00
---
- name: Install python-selinux
yum:
state: present
name: "libselinux-python3"
...