]> git.immae.eu Git - github/fretlink/docker-ansible.git/blobdiff - master-centos6-onbuild/Dockerfile
Fix: remove the need for an 'echo -e' option due to inconsistency treatments among...
[github/fretlink/docker-ansible.git] / master-centos6-onbuild / Dockerfile
index 9b21459152ce2c7579d1ea3f9882d5098cf8b5eb..4b8585d6e4ee5672f8d1f9ed7d963be9836eedff 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