Commit a5754120 by Clinton Blackburn

Fixed OAuth setup bug for sandboxes

ECOM-2180
parent e4f7ce70
- name: Configure OAuth2 clients
hosts: all
sudo: True
gather_facts: True
vars_files:
- "roles/common/defaults/main.yml"
- "roles/edxapp/defaults/main.yml"
- "roles/insights/defaults/main.yml"
- "roles/ecommerce/defaults/main.yml"
roles:
- oauth_client_setup
......@@ -292,6 +292,9 @@ 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
# 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