[HELM] Fix helm 3.6 packer job
[ci-management.git] / packer / provision / redis.yaml
index 495566c..b97437b 100644 (file)
       service:
         name: redis
         state: started
-      become: true
\ No newline at end of file
+      become: true
+
+    - name: Install Python 3.6
+      yum:
+        name:
+          - epel-release
+          - python36
+        update_cache: yes
+        state: latest
+      become: true