Install python-openssl into Ubuntu 14.04 otherwise SSL verification
doesn't work for the uri module
This commit is contained in:
parent
943797d564
commit
c58b69f5d6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue