Fix docker_secret test on RHEL.

(cherry picked from commit f1899f784b)
This commit is contained in:
Matt Clay 2018-03-22 10:56:03 -07:00 committed by Matt Davis
parent 6b0b4ddf00
commit 2665912356

View file

@ -11,6 +11,10 @@
- lvm2 - lvm2
- libseccomp - libseccomp
- name: Install epel repo which is missing on rhel-7 and is needed for pigz (needed for docker-ce 18)
yum:
name: https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
- name: Enable extras repository for RHEL on AWS - name: Enable extras repository for RHEL on AWS
command: yum-config-manager --enable rhui-REGION-rhel-server-extras command: yum-config-manager --enable rhui-REGION-rhel-server-extras