Skip to content

Commit 191bfe0

Browse files
committed
sap_hana_install: Fix internal variable name
Signed-off-by: Bernd Finger <bfinger@redhat.com>
1 parent 3a5fac0 commit 191bfe0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

roles/sap_hana_install/tasks/post_tasks/fapolicyd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@
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.

0 commit comments

Comments
 (0)