X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=packer%2Fprovision%2Fredis.yaml;h=b97437bdd5e1ef846f58e9bbf8b563a91975e4c1;hb=a74e391c5ff155b7d1e093f1e618008715caaedf;hp=5c45962e391b17a3e20f269275bd3ab55ec02ae4;hpb=e153f19a5d4873662179c88457ff9c3941ea6d8b;p=ci-management.git 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