From: wu.zhihui Date: Wed, 22 Mar 2017 05:20:54 +0000 (+0800) Subject: correct the path of .ansible.cfg X-Git-Tag: opnfv-5.0.0~260^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=8ecff917366390b8a8ddf268aea98c6f82a7376c;p=qtip.git correct the path of .ansible.cfg In qtip container, /home/opnfv/ is HOME path. So the customized .ansible.cfg should be put under this directory. Change-Id: Ie0cddab9dac72fc45c14d7d3652b6863c5748260 Signed-off-by: wu.zhihui --- diff --git a/docker/Dockerfile b/docker/Dockerfile index a4a7e477..d609273d 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -55,7 +55,7 @@ RUN mkdir -p $HOME/qtip/results RUN chmod 700 /root/.ssh #Config ansible -COPY ansible.cfg.default /root/.ansible.cfg +COPY ansible.cfg.default $HOME/.ansible.cfg #Cloning Repos RUN git config --global http.sslVerify false