DCD-386: Initial test of pipenv.

This commit is contained in:
Steve Smith
2019-06-13 13:57:56 +10:00
parent c1d60bc294
commit cda21df138
6 changed files with 231 additions and 18 deletions

View File

@@ -14,8 +14,4 @@ source $ENV_FILE
set +a
# Use Ansible from virtualenv if provided
if [[ -f .venv/bin/ansible ]]; then
source .venv/bin/activate
fi
ansible-playbook -v -i $INV $PLAYBOOK 2>&1 | tee --append $LOG_FILE
pipenv run ansible-playbook -v -i $INV $PLAYBOOK 2>&1 | tee --append $LOG_FILE