]> git.immae.eu Git - github/fretlink/docker-ansible.git/blobdiff - alpine3-onbuild/Dockerfile
Fix: remove the need for an 'echo -e' option due to inconsistency treatments among...
[github/fretlink/docker-ansible.git] / alpine3-onbuild / Dockerfile
index cef5b3ba831759f6fc894531ea0b8721c26ebf23..5244d1ea5704b59e7e42b7317a1c17a05c22a840 100644 (file)
@@ -29,7 +29,7 @@ RUN echo "===> Adding Python runtime..."  && \
     \
     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/