sap-linuxlab / community.sap_install

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

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

Closed berndfinger closed 3 months ago

berndfinger commented 4 months ago

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

berndfinger commented 3 months ago

Solved by #822.