diff --git a/roles/confluence_config/templates/confluence.cfg.xml.j2 b/roles/confluence_config/templates/confluence.cfg.xml.j2 index bc0811f..170b71e 100644 --- a/roles/confluence_config/templates/confluence.cfg.xml.j2 +++ b/roles/confluence_config/templates/confluence.cfg.xml.j2 @@ -73,5 +73,8 @@ opensearch {%- endif %} + {% if atl_product_version.split(".")[0] | int() >= 11 %} + true + {% endif %} \ No newline at end of file