From 17bd6f214f8304d6249e680e816ad301b84a9b9b Mon Sep 17 00:00:00 2001 From: berndfinger <49749572+berndfinger@users.noreply.github.com> Date: Wed, 3 Jan 2024 11:40:01 +0100 Subject: [PATCH] revert " is success" to ".rc == 0" --- roles/sap_hana_preconfigure/tasks/SLES/assert-configuration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/sap_hana_preconfigure/tasks/SLES/assert-configuration.yml b/roles/sap_hana_preconfigure/tasks/SLES/assert-configuration.yml index 3db7a075c..3cd422126 100644 --- a/roles/sap_hana_preconfigure/tasks/SLES/assert-configuration.yml +++ b/roles/sap_hana_preconfigure/tasks/SLES/assert-configuration.yml @@ -23,7 +23,7 @@ - name: Assert that saptune_check executed correctly ansible.builtin.assert: - that: __sap_hana_preconfigure_register_saptune_check is success + that: __sap_hana_preconfigure_register_saptune_check.rc == 0 fail_msg: "FAIL: the command saptune_check fails" success_msg: "PASS: the command saptune_check executes as expected"