]> git.immae.eu Git - github/fretlink/docker-ansible.git/blobdiff - centos7-onbuild/Dockerfile
Fix: remove the need for an 'echo -e' option due to inconsistency treatments among...
[github/fretlink/docker-ansible.git] / centos7-onbuild / Dockerfile
index 1ae1f81627c681e4bf7956a07fb4bf29dc191bd5..7d6caf09050e361077a59222bf7a45e7404de7e9 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
 
 
 COPY ansible-playbook-wrapper /usr/local/bin/