Fix docker_secret test on RHEL.

pull/37797/head
Matt Clay 7 years ago
parent f53f29352d
commit f1899f784b

@ -11,6 +11,10 @@
- lvm2
- 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
command: yum-config-manager --enable rhui-REGION-rhel-server-extras

Loading…
Cancel
Save