mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
DCD-686: Move back to pipenv-based Ansible installation to work around bugs (again).
This commit is contained in:
@@ -14,8 +14,9 @@ source $ENV_FILE
|
||||
set +a
|
||||
|
||||
# Use Ansible from virtualenv if provided
|
||||
ansible-playbook -v \
|
||||
$ATL_DEPLOYMENT_REPOSITORY_CUSTOM_PARAMS \
|
||||
-i $INV \
|
||||
$PLAYBOOK \
|
||||
2>&1 | tee --append $LOG_FILE
|
||||
pipenv run \
|
||||
ansible-playbook -v \
|
||||
$ATL_DEPLOYMENT_REPOSITORY_CUSTOM_PARAMS \
|
||||
-i $INV \
|
||||
$PLAYBOOK \
|
||||
2>&1 | tee --append $LOG_FILE
|
||||
|
||||
Reference in New Issue
Block a user