]> git.immae.eu Git - github/fretlink/docker-ansible.git/blobdiff - alpine3/Dockerfile
Fix: remove the need for an 'echo -e' option due to inconsistency treatments among...
[github/fretlink/docker-ansible.git] / alpine3 / Dockerfile
index d156f30892fecca3d4d0c0a85f1be0ff5fa990c4..28550b253c114fd0ce6079a19233fc95145c30ad 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
 
 
 # default command: display Ansible version