Commit 65a3895b by Kevin Falcone

More verbosity

parent c4ef75c1
......@@ -32,9 +32,10 @@ if [ -f /.dockerenv ]; then
export ANSIBLE_SSH_CONTROL_PATH=/tmp/%%C
fi
VERBOSE="true"
run_ansible() {
if [[ "$VERBOSE" == "true" ]]; then
verbose_arg='-vvv'
verbose_arg='-vvvv'
else
verbose_arg=''
fi
......
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