Skip to content

Commit

Permalink
sap_netweaver_preconfigure: revert "is success" to "rc==0"
Browse files Browse the repository at this point in the history
Signed-off-by: Bernd Finger <bfinger@redhat.com>
  • Loading branch information
berndfinger committed Dec 21, 2023
1 parent 58cc7a1 commit a488972
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit a488972

Please sign in to comment.