Skip to content

Commit

Permalink
revert " is success" to ".rc == 0"
Browse files Browse the repository at this point in the history
  • Loading branch information
berndfinger authored Jan 3, 2024
1 parent e3e3073 commit 17bd6f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 17bd6f2

Please sign in to comment.