]> git.immae.eu Git - github/fretlink/docker-ansible.git/blobdiff - ubuntu14.04/Dockerfile
Fix: remove the need for an 'echo -e' option due to inconsistency treatments among...
[github/fretlink/docker-ansible.git] / ubuntu14.04 / Dockerfile
index 99dd21fbba799e6a6f054da16f22b4812e62e237..187d39cab503df0244d00a355c67754b76434eba 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
 
 
 # default command: display Ansible version