Applied suggestion to roles/confluence_config/tasks/main.yml

This commit is contained in:
Glenn Stewart
2025-11-03 05:07:29 +00:00
parent 57ad066661
commit bd5562818a

View File

@@ -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', '>=')