This version of python is not compatible with the default lib-ssl
on 18.04
Change-Id: I2e93bcf40f557aa23733449a91d783365f1ffd7d
Signed-off-by: Jeremy Phelps <jphelps@linuxfoundation.org>
version: '{{pyenv_version}}'
- name: 'Install Python {{python34_version}}'
command: pyenv install -s "$PYTHON34_VERSION"
+ when: ansible_distribution_version != '18.04'
- name: 'Install Python {{python35_version}}'
command: pyenv install -s "$PYTHON35_VERSION"
- name: 'Install Python {{python36_version}}'