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)
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