use ansible nightly

* ansible:devel now has ansible-galaxy collection support
This commit is contained in:
chris meyers
2019-07-18 11:26:12 -04:00
committed by AlanCoding
parent 4be65a0879
commit cc6413c44c
2 changed files with 7 additions and 0 deletions

View File

@@ -2,6 +2,9 @@ FROM centos:7
ARG UID=0
# Add ansible-devel so that we get collections!
ADD tools/docker-compose/ansible_nightly.repo /etc/yum.repos.d/ansible_nightly.repo
RUN yum -y update && yum -y install epel-release && yum -y install https://centos7.iuscommunity.org/ius-release.rpm
# sync with installer/roles/image_build/templates/Dockerfile.j2