mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
ITOPSENG-277 split base_url query over 2 lines to pass linting
This commit is contained in:
@@ -85,7 +85,9 @@
|
|||||||
login_user: "{{ atl_jdbc_user }}"
|
login_user: "{{ atl_jdbc_user }}"
|
||||||
login_password: "{{ atl_jdbc_password }}"
|
login_password: "{{ atl_jdbc_password }}"
|
||||||
db: "{{ atl_jdbc_db_name }}"
|
db: "{{ atl_jdbc_db_name }}"
|
||||||
query: update bandana set bandanavalue=regexp_replace(bandanavalue, %s, %s) where bandanacontext = '_GLOBAL' and bandanakey = 'atlassian.confluence.settings';
|
query: >
|
||||||
|
update bandana set bandanavalue=regexp_replace(bandanavalue, %s, %s)
|
||||||
|
where bandanacontext = '_GLOBAL' and bandanakey = 'atlassian.confluence.settings';
|
||||||
positional_args:
|
positional_args:
|
||||||
- "<baseUrl>.*</baseUrl>"
|
- "<baseUrl>.*</baseUrl>"
|
||||||
- "<baseUrl>{{ atl_tomcat_scheme }}://{{ atl_proxy_name }}</baseUrl>"
|
- "<baseUrl>{{ atl_tomcat_scheme }}://{{ atl_proxy_name }}</baseUrl>"
|
||||||
|
|||||||
Reference in New Issue
Block a user