]> git.immae.eu Git - github/fretlink/docker-ansible.git/blobdiff - debian7/Dockerfile
Fix: remove the need for an 'echo -e' option due to inconsistency treatments among...
[github/fretlink/docker-ansible.git] / debian7 / Dockerfile
index e6d795e7d61e76e576dae2426a51158d52775cce..73ea5d99f643189a8bb0d4095b1477359d71d3fb 100644 (file)
@@ -32,7 +32,7 @@ RUN echo "===> Installing python, sudo, and supporting tools..."  && \
     \
     echo "===> Adding hosts for convenience..."        && \
     mkdir -p /etc/ansible                              && \
-    echo -e '[local]\nlocalhost\n' > /etc/ansible/hosts
+    echo 'localhost' > /etc/ansible/hosts
 
 
 # default command: display Ansible version