mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 00:13:09 -06:00
Applied suggestion to roles/confluence_config/tasks/main.yml
This commit is contained in:
@@ -137,7 +137,7 @@
|
||||
update plugin_setting set setting_value=regexp_replace(setting_value, %s, %s)
|
||||
where namespace = '_GLOBAL' and setting_key = 'atlassian.confluence.settings';
|
||||
positional_args:
|
||||
- "\"baseUrl\":.*?,"
|
||||
- "\"baseUrl\":.*?(,|(?=}))"
|
||||
- "\"baseUrl\":\"{{ atl_tomcat_scheme }}://{{ atl_proxy_name }}{{ atl_tomcat_contextpath }}\","
|
||||
when: atl_product_version is version('10.1', '>=')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user