DCD-686: Fix some issues with packages on Amazon Linux.

This commit is contained in:
Steve Smith
2019-10-09 13:00:53 +11:00
parent fa20a58aa3
commit 07e97ba35e
3 changed files with 15 additions and 2564 deletions

View File

@@ -8,6 +8,9 @@ PLAYBOOK=${2:?"Playbook must be specified"}
LOG_FILE=${3:-"/dev/null"}
ENV_FILE=${4:-"/etc/atl"}
export PATH=/usr/local/bin:$PATH
# Set the environment with default exports
set -a
source $ENV_FILE