Merge "Update Python env installation"
authorBengt Thuree <bthuree@linuxfoundation.org>
Thu, 19 Mar 2020 00:13:22 +0000 (00:13 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 19 Mar 2020 00:13:22 +0000 (00:13 +0000)
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