DCD-686: Amazon Linux 2 has updated its Ansible packages so we can remove pipenv from the installation phase.

This commit is contained in:
Steve Smith
2019-10-03 14:23:05 +10:00
parent 46adc9af3f
commit f5ebeaedb0
4 changed files with 17 additions and 81 deletions

View File

@@ -14,9 +14,8 @@ source $ENV_FILE
set +a
# Use Ansible from virtualenv if provided
pipenv run \
ansible-playbook -v \
$ATL_DEPLOYMENT_REPOSITORY_CUSTOM_PARAMS \
-i $INV \
$PLAYBOOK \
2>&1 | tee --append $LOG_FILE
ansible-playbook -v \
$ATL_DEPLOYMENT_REPOSITORY_CUSTOM_PARAMS \
-i $INV \
$PLAYBOOK \
2>&1 | tee --append $LOG_FILE