]> git.phdru.name Git - ansible.git/blobdiff - playbooks/redhat/roles/python-packages/tasks/main.yml
Feat(python): Install dev packages to compile Python from sources
[ansible.git] / playbooks / redhat / roles / python-packages / tasks / main.yml
similarity index 90%
rename from playbooks/redhat/roles/init-system/tasks/python.yml
rename to playbooks/redhat/roles/python-packages/tasks/main.yml
index 15dc9949fbacd9b865ae011d694b9d02bb2dec98..ef814906a612261b661373eab07675e8e0f5f5bb 100644 (file)
@@ -3,6 +3,7 @@
   dnf:
     name: ['python2', 'python3', 'python2-pip', 'python3-pip',
            'python2-setuptools', 'python3-setuptools',
+           'python2-pyOpenSSL', 'python3-pyOpenSSL',
           ]
     state: latest
     update_cache: yes