File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444
4545 - name : Verify correct exception or error message
4646 assert :
47- that : msg_msg is search(__storage_failed_exception) or
47+ that : result_msg is search(__storage_failed_exception) or
48+ msg_msg is search(__storage_failed_exception) or
4849 exception is search(__storage_failed_exception) or
4950 msg_stdout is search(__storage_failed_exception) or
5051 msg_stderr is search(__storage_failed_exception) or
5152 stdout is search(__storage_failed_exception) or
5253 stderr is search(__storage_failed_exception)
5354 when : __storage_failed_exception is defined
5455 vars :
56+ result_msg : " {{ ansible_failed_result.msg | d('') }}"
5557 msg_msg : " {{ ansible_failed_result.msg.msg | d('') }}"
5658 exception : " {{ ansible_failed_result.msg.exception | d('') }}"
5759 msg_stdout : " {{ ansible_failed_result.msg.module_stdout | d('') }}"
You can’t perform that action at this time.
0 commit comments