From 221d71f77678667e3dee41bee0573a29734bd2ac Mon Sep 17 00:00:00 2001 From: Bernd Finger Date: Tue, 17 Dec 2024 15:01:19 +0100 Subject: [PATCH] sap_swpm: Use 'false' instead of 'False' in inifile.params Fixes issue #915. Signed-off-by: Bernd Finger --- roles/sap_swpm/templates/inifile_params.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/sap_swpm/templates/inifile_params.j2 b/roles/sap_swpm/templates/inifile_params.j2 index 56da03da..94f0cb8f 100644 --- a/roles/sap_swpm/templates/inifile_params.j2 +++ b/roles/sap_swpm/templates/inifile_params.j2 @@ -801,7 +801,7 @@ UmeConfiguration.umeType = {{ sap_swpm_ume_type }} # BEGIN section nw_config_java_feature_template_ids # # # NW_internal.useProductVersionDescriptor = true -nw_java_import.buildJEEusingExtraMileTool = {{ true if sap_swpm_java_import_method == 'extramile' else false }} +nw_java_import.buildJEEusingExtraMileTool = {{ 'true' if sap_swpm_java_import_method == 'extramile' else 'false' }} # If use PV = true # SAP SWPM 1.0 for SAP NetWeaver AS (JAVA), Product Version Software Instance **Feature Template IDs** comma-separated list