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