Commit 65a3895b by Kevin Falcone

More verbosity

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