mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 05:40:23 -07:00
Added an async 'started' test (like 'finished') (#43445)
This commit is contained in:
parent
cc2164f92a
commit
3d70274864
3 changed files with 20 additions and 3 deletions
|
@ -76,6 +76,7 @@
|
|||
assert:
|
||||
that:
|
||||
- fnf_task.started == 1
|
||||
- fnf_task is started
|
||||
- "'ansible_job_id' in fnf_task"
|
||||
|
||||
- name: 'check on task started as a "fire-and-forget"'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue