mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
use ansible nightly
* ansible:devel now has ansible-galaxy collection support
This commit is contained in:
parent
4be65a0879
commit
cc6413c44c
@ -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
|
||||
|
||||
4
tools/docker-compose/ansible_nightly.repo
Normal file
4
tools/docker-compose/ansible_nightly.repo
Normal file
@ -0,0 +1,4 @@
|
||||
[ansible-nightly]
|
||||
baseurl=https://releases.ansible.com/ansible/rpm/nightly/devel/epel-7-$basearch
|
||||
gpgcheck=0
|
||||
enabled=1
|
||||
Loading…
x
Reference in New Issue
Block a user