mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user