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