]> git.immae.eu Git - github/fretlink/docker-ansible.git/blobdiff - debian8/Dockerfile
Fix: remove the need for an 'echo -e' option due to inconsistency treatments among...
[github/fretlink/docker-ansible.git] / debian8 / Dockerfile
index c643c1967316029649eae1add5ec8c216e9e73a9..e7ead92898c397d052a0d8823cc40e72637c3a70 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