sap-linuxlab / community.sap_install

Automation for SAP - Collection of Ansible Roles for various SAP software installation
Apache License 2.0
53 stars 55 forks source link

sap_swpm: Reduce the amount of empty lines in inifile.params #821

Closed berndfinger closed 2 months ago

berndfinger commented 2 months ago

This can be done by just moving the empty lines to inside the if-endif blocks of configfile.j2.

berndfinger commented 2 months ago

Solved by #822.