]> git.immae.eu Git - github/fretlink/docker-ansible.git/blobdiff - centos6/Dockerfile
Fix: remove the need for an 'echo -e' option due to inconsistency treatments among...
[github/fretlink/docker-ansible.git] / centos6 / Dockerfile
index fc051d695d633798de886d3dca5bee8b4ed44575..fe13935c6af381f45db20d5b480e4d6ecc117958 100644 (file)
@@ -45,7 +45,7 @@ RUN echo "===> Installing EPEL..."        && \
     \
     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