X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=ubuntu14.04%2FDockerfile;fp=ubuntu14.04%2FDockerfile;h=99dd21fbba799e6a6f054da16f22b4812e62e237;hb=de4433f39c6cf4258845db2ee8a7757500d943c2;hp=e38b12c1ada548327b76f64229dd235dd6778cb2;hpb=bbf8289365a90905bb1b9d461fd09e2a13ad8c3a;p=github%2Ffretlink%2Fdocker-ansible.git diff --git a/ubuntu14.04/Dockerfile b/ubuntu14.04/Dockerfile index e38b12c..99dd21f 100644 --- a/ubuntu14.04/Dockerfile +++ b/ubuntu14.04/Dockerfile @@ -28,7 +28,7 @@ RUN echo "===> Adding Ansible's PPA..." && \ \ \ echo "===> Adding hosts for convenience..." && \ - echo '[local]\nlocalhost\n' > /etc/ansible/hosts + echo -e '[local]\nlocalhost\n' > /etc/ansible/hosts # default command: display Ansible version