We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68b4f1b commit 1a3a163Copy full SHA for 1a3a163
quickstart.sh
@@ -85,6 +85,7 @@ if [ ! "$(docker ps -q -f name=${CONTAINER_NAME})" ]; then
85
-e ANSIBLE_SSH_RETRIES=10 \
86
-e ANSIBLE_COLLECTIONS_PATH="${ANSIBLE_COLLECTIONS_PATH}" \
87
-e ANSIBLE_ROLES_PATH="/opt/cldr-runner/roles" \
88
+ -e AWS_DEFAULT_OUTPUT="json" \
89
--mount "type=bind,source=${HOME}/.aws,target=/home/runner/.aws" \
90
--mount "type=bind,source=${HOME}/.config,target=/home/runner/.config" \
91
--mount "type=bind,source=${HOME}/.ssh,target=/home/runner/.ssh" \
0 commit comments