Skip to content

Commit

Permalink
testing: use a specific ansible commit with working galaxy
Browse files Browse the repository at this point in the history
  • Loading branch information
martbhell committed Sep 14, 2016
1 parent e0461a3 commit 8191a7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/devel-centos7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ RUN echo -e '[local]\nlocalhost\n' > /etc/ansible/hosts
RUN mkdir /opt/ansible/
RUN git clone http://github.com/ansible/ansible.git /opt/ansible/ansible
WORKDIR /opt/ansible/ansible
# because at a later commit we hit https://github.com/ansible/ansible/issues/17534
RUN git checkout f4af154beff2b281e464b616f504293d67187da5
RUN git submodule update --init
ENV PATH /opt/ansible/ansible/bin:/bin:/usr/bin:/sbin:/usr/sbin
ENV PYTHONPATH /opt/ansible/ansible/lib
Expand Down

0 comments on commit 8191a7f

Please sign in to comment.