Commit b7ea1e93 by John Jarvis

always default syncdb to false

parent 599c2080
......@@ -33,6 +33,10 @@ if [[ -f ${WORKSPACE}/configuration-secure/ansible/vars/${deployment}.yml ]]; th
extra_var_args+=" -e@${WORKSPACE}/configuration-secure/ansible/vars/${deployment}.yml"
fi
if [[ -z $sync_db ]]; then
syncdb="false"
fi
if [[ $db_dry_run == "false" ]]; then
# Set this to an empty string if db_dry_run is
# not set. By default the db_dry_run var is
......
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