]> git.immae.eu Git - github/fretlink/docker-ansible.git/blobdiff - ubuntu14.04-onbuild/Dockerfile
Fix: remove the need for an 'echo -e' option due to inconsistency treatments among...
[github/fretlink/docker-ansible.git] / ubuntu14.04-onbuild / Dockerfile
index 295e88bd6d2d04a1516cced56d52782ca0b28f03..d9a187345d9fbcb5de8f7fd9d8ae67aa6fee1abf 100644 (file)
@@ -28,7 +28,7 @@ RUN echo "===> Adding Ansible's PPA..."  && \
     \
     \
     echo "===> Adding hosts for convenience..."  && \
-    echo -e '[local]\nlocalhost\n' > /etc/ansible/hosts
+    echo 'localhost' > /etc/ansible/hosts
 
 
 COPY ansible-playbook-wrapper /usr/local/bin/