Skip to content

Commit

Permalink
Fix docker_secret test on RHEL.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattclay committed Mar 22, 2018
1 parent f53f293 commit f1899f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/integration/targets/docker_secret/tasks/RedHat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f1899f7

Please sign in to comment.