Skip to content

Commit

Permalink
Merge pull request #3419 from nicolasbock/python3_6
Browse files Browse the repository at this point in the history
Add environment variable to add arguments to Ansible
  • Loading branch information
nicolasbock committed May 16, 2019
2 parents e295ca9 + 3dbe9ed commit f81473b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/jenkins/ardana/manual/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function ansible_playbook {
pushd $AUTOMATION_DIR/scripts/jenkins/ardana/ansible
fi
echo "Running: ansible-playbook -e @$ARDANA_INPUT ${@}"
ansible-playbook -e @$ARDANA_INPUT "${@}"
ansible-playbook ${ANSIBLE_VERBOSE:-} --extra-vars @$ARDANA_INPUT "${@}"
popd
fi
}
Expand Down

0 comments on commit f81473b

Please sign in to comment.