ITPLT-1501 A trailing /crowd is added to all base_urls for crowd. This is intended to be optional as provided by the atl_tomcat_contextpath variable

This commit is contained in:
Glenn Stewart
2022-05-30 11:38:32 +10:00
parent 9fba9b9e20
commit cbf525ebcd

View File

@@ -121,7 +121,7 @@
update cwd_property set property_value=%s
where property_name = 'base.url'
positional_args:
- "{{ atl_tomcat_scheme }}://{{ atl_proxy_name }}{{ atl_tomcat_contextpath }}/crowd"
- "{{ atl_tomcat_scheme }}://{{ atl_proxy_name }}{{ atl_tomcat_contextpath }}"
when:
- atl_proxy_name is defined
- atl_tomcat_scheme is defined