Add dependencies playbook for global dependencies
This commit is contained in:
9
tasks/centos/bindings.yml
Normal file
9
tasks/centos/bindings.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
- name: Install python bindings using YUM
|
||||
become: true
|
||||
yum:
|
||||
state: latest
|
||||
name:
|
||||
- libselinux-python
|
||||
- policycoreutils-python
|
||||
- python-firewall
|
9
tasks/fedora/bindings.yml
Normal file
9
tasks/fedora/bindings.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
- name: Install python bindings using DNF
|
||||
become: true
|
||||
dnf:
|
||||
state: latest
|
||||
name:
|
||||
- libselinux-python
|
||||
- policycoreutils-python
|
||||
- python3-firewall
|
Reference in New Issue
Block a user