Merge pull request #481 from sean-freeman/minor_fixes #34
Annotations
9 warnings
jinja[spacing]:
tasks/pre_install.yml#L55
Jinja2 spacing could be improved: MP Stack - {{ (sap_swpm_mp_stack_path + '/' + sap_swpm_mp_stack_file_name) | regex_replace ('//*', '/') }} -> MP Stack - {{ (sap_swpm_mp_stack_path + '/' + sap_swpm_mp_stack_file_name) | regex_replace('//*', '/') }}
|
jinja[spacing]:
tasks/pre_install/install_type/ha_maint_plan_stack_install.yml#L44
Jinja2 spacing could be improved: SAP Maintenance Planner Stack XML is {{ (sap_swpm_mp_stack_path + '/' + sap_swpm_mp_stack_file_name) | regex_replace ('//*', '/') }} -> SAP Maintenance Planner Stack XML is {{ (sap_swpm_mp_stack_path + '/' + sap_swpm_mp_stack_file_name) | regex_replace('//*', '/') }}
|
jinja[spacing]:
tasks/pre_install/install_type/ha_maint_plan_stack_install.yml#L48
Jinja2 spacing could be improved: SAPINST_STACK_XML={{ (sap_swpm_mp_stack_path + '/' + sap_swpm_mp_stack_file_name) | regex_replace ('//*', '/') }} -> SAPINST_STACK_XML={{ (sap_swpm_mp_stack_path + '/' + sap_swpm_mp_stack_file_name) | regex_replace('//*', '/') }}
|
jinja[spacing]:
tasks/pre_install/install_type/ha_maint_plan_stack_install.yml#L52
Jinja2 spacing could be improved: {{ (sap_swpm_mp_stack_path + '/' + sap_swpm_mp_stack_file_name) | regex_replace ('//*', '/') }} -> {{ (sap_swpm_mp_stack_path + '/' + sap_swpm_mp_stack_file_name) | regex_replace('//*', '/') }}
|
jinja[spacing]:
tasks/pre_install/install_type/ha_maint_plan_stack_install.yml#L58
Jinja2 spacing could be improved: {{ (sap_swpm_mp_stack_path + '/' + sap_swpm_mp_stack_file_name) | regex_replace ('//*', '/') }} -> {{ (sap_swpm_mp_stack_path + '/' + sap_swpm_mp_stack_file_name) | regex_replace('//*', '/') }}
|
jinja[spacing]:
tasks/pre_install/install_type/maint_plan_stack_install.yml#L29
Jinja2 spacing could be improved: SAP Maintenance Planner Stack XML is {{ (sap_swpm_mp_stack_path + '/' + sap_swpm_mp_stack_file_name) | regex_replace ('//*', '/') }} -> SAP Maintenance Planner Stack XML is {{ (sap_swpm_mp_stack_path + '/' + sap_swpm_mp_stack_file_name) | regex_replace('//*', '/') }}
|
jinja[spacing]:
tasks/pre_install/install_type/maint_plan_stack_install.yml#L33
Jinja2 spacing could be improved: SAPINST_STACK_XML={{ (sap_swpm_mp_stack_path + '/' + sap_swpm_mp_stack_file_name) | regex_replace ('//*', '/') }} -> SAPINST_STACK_XML={{ (sap_swpm_mp_stack_path + '/' + sap_swpm_mp_stack_file_name) | regex_replace('//*', '/') }}
|
jinja[spacing]:
tasks/pre_install/install_type/maint_plan_stack_install.yml#L37
Jinja2 spacing could be improved: {{ (sap_swpm_mp_stack_path + '/' + sap_swpm_mp_stack_file_name) | regex_replace ('//*', '/') }} -> {{ (sap_swpm_mp_stack_path + '/' + sap_swpm_mp_stack_file_name) | regex_replace('//*', '/') }}
|
jinja[spacing]:
tasks/pre_install/install_type/maint_plan_stack_install.yml#L43
Jinja2 spacing could be improved: {{ (sap_swpm_mp_stack_path + '/' + sap_swpm_mp_stack_file_name) | regex_replace ('//*', '/') }} -> {{ (sap_swpm_mp_stack_path + '/' + sap_swpm_mp_stack_file_name) | regex_replace('//*', '/') }}
|