mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Added an async 'started' test (like 'finished') (#43445)
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
that:
|
||||
- asyncresult.ansible_job_id is match('\d+\.\d+')
|
||||
- asyncresult.started == 1
|
||||
- asyncresult is started
|
||||
- asyncresult.finished == 0
|
||||
- asyncresult is not finished
|
||||
- asyncresult.results_file is search('\.ansible_async.+\d+\.\d+')
|
||||
|
||||
Reference in New Issue
Block a user