Install missing python SSL libraries to allow https to work with the uri

module
This commit is contained in:
Michael Russell 2018-06-13 17:32:55 +02:00
parent c58b69f5d6
commit 10ff32d109
No known key found for this signature in database
GPG key ID: A90C1696496085FE

View file

@ -38,7 +38,7 @@ platforms:
provision_command:
- apt-get update && apt-get install -y software-properties-common && add-apt-repository -y ppa:ansible/ansible
- apt-get update && apt-get -y -q install python-apt python-pycurl python-pip python-openssl
- pip install jmespath
- pip install jmespath pyOpenSSL ndg-httpsclient
- pip uninstall -y ansible
use_sudo: false
volume: