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
No known key found for this signature in database
GPG Key ID: FD2C3C012A72926B
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

View File

@ -0,0 +1,4 @@
[ansible-nightly]
baseurl=https://releases.ansible.com/ansible/rpm/nightly/devel/epel-7-$basearch
gpgcheck=0
enabled=1