File tree Expand file tree Collapse file tree
roles/sap_hana_install/tasks/post_tasks Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6262 # Reason for noqa: The return code of the command is always 0 no matter if there was a change or not
6363 - name : SAP HANA - Post-Tasks - Merge rule files # noqa no-changed-when
6464 ansible.builtin.command : fagenrules --load
65- register : sap_hana_install_register_fagenrules_load
65+ register : __sap_hana_install_register_fagenrules_load
6666
6767 - name : SAP HANA - Post-Tasks - Display the output of the command 'fagenrules --load'
6868 ansible.builtin.debug :
69- msg : " {{ sap_hana_install_register_fagenrules_load .stdout_lines }}"
69+ msg : " {{ __sap_hana_install_register_fagenrules_load .stdout_lines }}"
7070
7171 # We want to add files which have the execute mode bit set AND which are reported as executables
7272 # by fapolicyd-cli -t, one for each directory of sap_hana_install_directories.
You can’t perform that action at this time.
0 commit comments