Update Python env installation 26/103826/2
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 18 Mar 2020 00:30:48 +0000 (17:30 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 18 Mar 2020 16:17:46 +0000 (16:17 +0000)
Issue-ID: CIMAN-33
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: I69d6ae298d31da1fd61ccb5206f6c2f9e87f3ea7

packer/provision/redis.yaml

index 5c45962..b97437b 100644 (file)
         state: started
       become: true
 
-    - name: Install Python 3.6 and packages
+    - name: Install Python 3.6
       yum:
         name:
-          - python36u
-          - python36u-libs
-          - python36u-devel
+          - epel-release
+          - python36
+        update_cache: yes
         state: latest
       become: true