]> git.immae.eu Git - github/fretlink/docker-ansible.git/blobdiff - debian8-onbuild/Dockerfile
Fix: remove the need for an 'echo -e' option due to inconsistency treatments among...
[github/fretlink/docker-ansible.git] / debian8-onbuild / Dockerfile
index 27271352da5554525a8a24243eda2235dce2099a..c5fc2274eff0d412f1383f4ce637592f0b2d713a 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
 
 
 COPY ansible-playbook-wrapper /usr/local/bin/