blob: b370d7fbad6394989be03d980a068d52bd414a94 (
plain)
1
2
3
4
5
|
- 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
|