mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-03 08:40:18 +01:00
Issue #61: Make CentOS 6 work x2.
This commit is contained in:
parent
533703d32d
commit
f696c0c89d
1 changed files with 2 additions and 0 deletions
|
@ -6,3 +6,5 @@ RUN yum install -y ansible
|
||||||
|
|
||||||
# Install Ansible inventory file
|
# Install Ansible inventory file
|
||||||
RUN echo -e '[local]\nlocalhost ansible_connection=local' > /etc/ansible/hosts
|
RUN echo -e '[local]\nlocalhost ansible_connection=local' > /etc/ansible/hosts
|
||||||
|
|
||||||
|
CMD ["/sbin/init"]
|
||||||
|
|
Loading…
Reference in a new issue