From e153f19a5d4873662179c88457ff9c3941ea6d8b Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Tue, 7 Jan 2020 11:04:24 -0800 Subject: Add python packages in redis Add additional python 3.6 support packages for redis nodes. Change-Id: I8f7df209c1fbd1299af79894185a2a97aa3c1460 Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall --- packer/provision/redis.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'packer/provision') diff --git a/packer/provision/redis.yaml b/packer/provision/redis.yaml index 495566c11..5c45962e3 100644 --- a/packer/provision/redis.yaml +++ b/packer/provision/redis.yaml @@ -22,4 +22,13 @@ service: name: redis state: started - become: true \ No newline at end of file + become: true + + - name: Install Python 3.6 and packages + yum: + name: + - python36u + - python36u-libs + - python36u-devel + state: latest + become: true -- cgit 1.2.3-korg