From: Alfredo Deza Date: Tue, 24 May 2016 11:17:15 +0000 (-0400) Subject: further specify this is a local ansible execution X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=a1fa7cf6e7b1bc2b4064e78289b9600e3615e3be;p=ceph-build.git further specify this is a local ansible execution Signed-off-by: Alfredo Deza --- diff --git a/mita-deploy/build/build b/mita-deploy/build/build index 6354c47a..82ef308e 100644 --- a/mita-deploy/build/build +++ b/mita-deploy/build/build @@ -7,4 +7,4 @@ pkgs=( "ansible" ) install_python_packages "pkgs[@]" cd "$WORKSPACE/deploy/playbooks/" -$VENV/ansible-playbook -i "localhost," local_deploy.yml --extra-vars="branch=$BRANCH jenkins_prado_token=$JENKINS_PRADO_TOKEN prado_token=$PRADO_TOKEN" +$VENV/ansible-playbook -i "localhost," -c local local_deploy.yml --extra-vars="branch=$BRANCH jenkins_prado_token=$JENKINS_PRADO_TOKEN prado_token=$PRADO_TOKEN"