]> git.immae.eu Git - github/fretlink/docker-ansible.git/commitdiff
Rollback: escaping '\n' character in echo command for Ubuntu Precise (12.04).
authorWilliam Yeh <william.pjyeh@gmail.com>
Wed, 24 Feb 2016 22:27:47 +0000 (06:27 +0800)
committerWilliam Yeh <william.pjyeh@gmail.com>
Wed, 24 Feb 2016 22:27:47 +0000 (06:27 +0800)
ubuntu12.04-onbuild/Dockerfile
ubuntu12.04/Dockerfile

index c754846c7abf769688ea8eb2c418b1cf2c7cb770..20ab8a1669e250a5f3e0778b35ffcf40d042c966 100644 (file)
@@ -28,7 +28,7 @@ RUN echo "===> Adding Ansible's PPA..."  && \
     \
     \
     echo "===> Adding hosts for convenience..."  && \
-    echo -e '[local]\nlocalhost\n' > /etc/ansible/hosts
+    echo '[local]\nlocalhost\n' > /etc/ansible/hosts
 
 
 COPY ansible-playbook-wrapper /usr/local/bin/
index 0cbb2d845f230a0dd1057c6c9fdfcee640c6c76f..47eb6a30a68f48f5b4fcd133bfe09af081250482 100644 (file)
@@ -28,7 +28,7 @@ RUN echo "===> Adding Ansible's PPA..."  && \
     \
     \
     echo "===> Adding hosts for convenience..."  && \
-    echo -e '[local]\nlocalhost\n' > /etc/ansible/hosts
+    echo '[local]\nlocalhost\n' > /etc/ansible/hosts
 
 
 # default command: display Ansible version