Install python-openssl into Ubuntu 14.04 otherwise SSL verification

doesn't work for the uri module
This commit is contained in:
Michael Russell 2018-06-13 11:13:22 +02:00
parent 943797d564
commit c58b69f5d6
No known key found for this signature in database
GPG key ID: A90C1696496085FE

View file

@ -37,7 +37,7 @@ platforms:
privileged: true
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
- apt-get update && apt-get -y -q install python-apt python-pycurl python-pip python-openssl
- pip install jmespath
- pip uninstall -y ansible
use_sudo: false