Added an async 'started' test (like 'finished') (#43445)

This commit is contained in:
Dag Wieers 2018-08-24 01:29:34 +02:00 committed by GitHub
commit 3d70274864
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 20 additions and 3 deletions

View file

@ -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"'