]> git.immae.eu Git - github/fretlink/docker-ansible.git/blobdiff - master-centos6/Dockerfile
Fix: remove the need for an 'echo -e' option due to inconsistency treatments among...
[github/fretlink/docker-ansible.git] / master-centos6 / Dockerfile
index 61c2c154e320ce60b5c4a3c11d7ae6bfd6eacf3d..d90a08bda8d3b8e1a16ef3d0ea3d33cdc8b3c075 100644 (file)
@@ -66,7 +66,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
 
 
 ENV PATH        /opt/ansible/bin:$PATH