Issue #61: Make CentOS 6 work x2.

This commit is contained in:
Jeff Geerling 2015-12-13 20:34:08 -06:00
parent 533703d32d
commit f696c0c89d

View file

@ -6,3 +6,5 @@ RUN yum install -y ansible
# Install Ansible inventory file
RUN echo -e '[local]\nlocalhost ansible_connection=local' > /etc/ansible/hosts
CMD ["/sbin/init"]