summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBengt Thuree <bthuree@linuxfoundation.org>2020-03-19 00:13:22 +0000
committerGerrit Code Review <gerrit@onap.org>2020-03-19 00:13:22 +0000
commit7476e124620beaf82843fba22696ff2cba83e3a0 (patch)
tree3b7fc0adb33a1a859fd25e0b7f3ad71ef9a5071b
parentf79dc7506dc3b03172ba1af02d92a73e62573859 (diff)
parentd38d111e7aa544547859f6ef700f3009cce56608 (diff)
Merge "Update Python env installation"
-rw-r--r--packer/provision/redis.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/packer/provision/redis.yaml b/packer/provision/redis.yaml
index 5c45962e3..b97437bdd 100644
--- a/packer/provision/redis.yaml
+++ b/packer/provision/redis.yaml
@@ -24,11 +24,11 @@
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