mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Make use of Jinja tests 'finished' (#43233)
And also used 'changed' and 'failed' tests while we are at it.
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
that:
|
||||
- async_result.ansible_job_id is match('\d+\.\d+')
|
||||
- async_result.finished == 1
|
||||
- async_result.changed == true
|
||||
- async_result is finished
|
||||
- async_result is changed
|
||||
- async_result is successful
|
||||
- async_result.msg is search('succeeded')
|
||||
|
||||
Reference in New Issue
Block a user