mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
DCD-658: Add injection of custom parameters to the ansible commandline.
This commit is contained in:
@@ -15,4 +15,4 @@ set +a
|
|||||||
|
|
||||||
# Use Ansible from virtualenv if provided
|
# Use Ansible from virtualenv if provided
|
||||||
pipenv run \
|
pipenv run \
|
||||||
ansible-playbook -v -i $INV $PLAYBOOK 2>&1 | tee --append $LOG_FILE
|
ansible-playbook -v -i $INV $ATL_DEPLOYMENT_REPOSITORY_CUSTOM_PARAMS $PLAYBOOK 2>&1 | tee --append $LOG_FILE
|
||||||
|
|||||||
Reference in New Issue
Block a user