mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
moved to exceptions for basic skip/fails
better handling of checkmode and async fix test to follow new flow control
This commit is contained in:
parent
a3a970180a
commit
e29dc49a49
12 changed files with 30 additions and 43 deletions
|
@ -81,5 +81,5 @@
|
|||
- name: assert task with async param failed
|
||||
assert:
|
||||
that:
|
||||
- 'script_result3.failed'
|
||||
- 'script_result3.msg == "async is not supported for this task."'
|
||||
- script_result3|failed
|
||||
- script_result3.msg == "async is not supported for this task."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue