]> git.immae.eu Git - github/fretlink/docker-ansible.git/blobdiff - ubuntu12.04/Dockerfile
Fix: remove the need for an 'echo -e' option due to inconsistency treatments among...
[github/fretlink/docker-ansible.git] / ubuntu12.04 / Dockerfile
index 47eb6a30a68f48f5b4fcd133bfe09af081250482..42bb74328f67e8e7f11147b8cc2a6588dbe12621 100644 (file)
@@ -28,7 +28,7 @@ RUN echo "===> Adding Ansible's PPA..."  && \
     \
     \
     echo "===> Adding hosts for convenience..."  && \
-    echo '[local]\nlocalhost\n' > /etc/ansible/hosts
+    echo 'localhost' > /etc/ansible/hosts
 
 
 # default command: display Ansible version