mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
ITOPSENG-277 fix indent for baseurl task
This commit is contained in:
@@ -87,6 +87,6 @@
|
||||
db: "{{ atl_jdbc_db_name }}"
|
||||
query: update bandana set bandanavalue=regexp_replace(%s, %s, %s) where bandanacontext = '_GLOBAL' and bandanakey = 'atlassian.confluence.settings';
|
||||
positional_args:
|
||||
- bandanavalue
|
||||
- <baseUrl>.*</baseUrl>
|
||||
- "<baseUrl>{{ atl_tomcat_scheme }}://{{ atl_proxy_name }}</baseUrl>"
|
||||
- bandanavalue
|
||||
- <baseUrl>.*</baseUrl>
|
||||
- "<baseUrl>{{ atl_tomcat_scheme }}://{{ atl_proxy_name }}</baseUrl>"
|
||||
|
||||
Reference in New Issue
Block a user