Disable py34 install on Ubuntu 18.04 54/12654/1
authorJeremy Phelps <jphelps@linuxfoundation.org>
Wed, 19 Sep 2018 15:29:54 +0000 (10:29 -0500)
committerJeremy Phelps <jphelps@linuxfoundation.org>
Wed, 19 Sep 2018 15:31:09 +0000 (10:31 -0500)
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>
tasks/main.yml

index 527e639..b27a10d 100644 (file)
@@ -25,6 +25,7 @@
         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}}'