Skip to content

Commit 1a3a163

Browse files
authored
Fixes #7 (#23)
Set aws cli default output to json overriding user profile default Signed-off-by: Daniel Chaffelson <chaffelson@gmail.com>
1 parent 68b4f1b commit 1a3a163

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

quickstart.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ if [ ! "$(docker ps -q -f name=${CONTAINER_NAME})" ]; then
8585
-e ANSIBLE_SSH_RETRIES=10 \
8686
-e ANSIBLE_COLLECTIONS_PATH="${ANSIBLE_COLLECTIONS_PATH}" \
8787
-e ANSIBLE_ROLES_PATH="/opt/cldr-runner/roles" \
88+
-e AWS_DEFAULT_OUTPUT="json" \
8889
--mount "type=bind,source=${HOME}/.aws,target=/home/runner/.aws" \
8990
--mount "type=bind,source=${HOME}/.config,target=/home/runner/.config" \
9091
--mount "type=bind,source=${HOME}/.ssh,target=/home/runner/.ssh" \

0 commit comments

Comments
 (0)