sap_swpm: fix issue #792 - error when observer user defined, but empty and observer mode is on #228
ansible-lint-sap_swpm.yml
on: pull_request
ansible-lint-exec
/
ansible-lint
52s
Annotations
2 errors and 1 warning
yaml[trailing-spaces]:
tasks/pre_install.yml#L21
Trailing spaces
|
ansible-lint-exec / ansible-lint
Process completed with exit code 2.
|
jinja[spacing]:
tasks/pre_install.yml#L20
Jinja2 spacing could be improved: {{ 'SAPINST_REMOTE_ACCESS_USER=' + sap_swpm_swpm_remote_access_user + ' SAPINST_REMOTE_ACCESS_USER_IS_TRUSTED=true' if sap_swpm_swpm_observer_mode and sap_swpm_swpm_remote_access_user | d('',true) | length > 0 else '' }} -> {{ 'SAPINST_REMOTE_ACCESS_USER=' + sap_swpm_swpm_remote_access_user + ' SAPINST_REMOTE_ACCESS_USER_IS_TRUSTED=true' if sap_swpm_swpm_observer_mode and sap_swpm_swpm_remote_access_user | d('', true) | length > 0 else '' }}
|