blob: f12885b3a9576fbd7ab57ec0890c7233a38d3e96 (
plain)
1
2
3
4
5
6
|
---
- hosts: OSEv3
gather_facts: false
tasks:
- name: install python and deps for ansible modules
raw: dnf install -y python2 python2-dnf libselinux-python libsemanage-python python2-firewall pyOpenSSL python-cryptography
|