aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwu.zhihui <wu.zhihui1@zte.com.cn>2017-03-22 13:20:54 +0800
committerYujun Zhang <zhang.yujunz@zte.com.cn>2017-03-22 14:44:20 +0000
commit05ef2c4f46a9dc7a704a290eb15817c80a52c2e6 (patch)
treef4ccfe99a979d94241ab047ff2c6db1d4927f6eb
parent6f553fb49184b05c6765c0bbc352f1f83bc586cc (diff)
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 <wu.zhihui1@zte.com.cn> (cherry picked from commit 8ecff917366390b8a8ddf268aea98c6f82a7376c)
-rw-r--r--docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
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