Commit 872c0411 by Feanil Patel

Conditionally run oauth_client_setup.yml

parent 4984d878
......@@ -297,8 +297,10 @@ if [[ $ret -ne 0 ]]; then
exit $ret
fi
# Setup the OAuth2 clients
run_ansible oauth_client_setup.yml -i "${deploy_host}," $extra_var_arg --user ubuntu
if [[ $run_oauth == "true" ]]; then
# Setup the OAuth2 clients
run_ansible oauth_client_setup.yml -i "${deploy_host}," $extra_var_arg --user ubuntu
fi
# set the hostname
run_ansible set_hostname.yml -i "${deploy_host}," -e hostname_fqdn=${deploy_host} --user ubuntu
......
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