10 lines
178 B
YAML
10 lines
178 B
YAML
|
---
|
||
|
- name: Install python bindings using DNF
|
||
|
become: true
|
||
|
dnf:
|
||
|
state: latest
|
||
|
name:
|
||
|
- libselinux-python
|
||
|
- policycoreutils-python
|
||
|
- python3-firewall
|