Commit 0b2fe51c by Kevin Falcone

Turn on verbose config

parent 9bf0315b
......@@ -32,6 +32,8 @@ if [ -f /.dockerenv ]; then
export ANSIBLE_SSH_CONTROL_PATH=/tmp/%%C
fi
export VERBOSE="true"
run_ansible() {
if [[ "$VERBOSE" == "true" ]]; then
verbose_arg='-vvv'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment