From a488972bd060c454eb47f6e35d93a25c02a485b1 Mon Sep 17 00:00:00 2001 From: Bernd Finger Date: Thu, 21 Dec 2023 15:56:12 +0100 Subject: [PATCH] sap_netweaver_preconfigure: revert "is success" to "rc==0" Signed-off-by: Bernd Finger --- .../tasks/SLES/assert-configuration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/sap_netweaver_preconfigure/tasks/SLES/assert-configuration.yml b/roles/sap_netweaver_preconfigure/tasks/SLES/assert-configuration.yml index ed1f80f7a..3360e8232 100644 --- a/roles/sap_netweaver_preconfigure/tasks/SLES/assert-configuration.yml +++ b/roles/sap_netweaver_preconfigure/tasks/SLES/assert-configuration.yml @@ -18,7 +18,7 @@ - name: Assert that saptune_check executed correctly ansible.builtin.assert: - that: __sap_netweaver_preconfigure_register_saptune_check is success + that: "__sap_netweaver_preconfigure_register_saptune_check.rc == 0" fail_msg: "FAIL: the command saptune_check fails" success_msg: "PASS: the command saptune_check executes as expected"