mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 21:30:22 -07: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:
parent
1bab901966
commit
12e7e9650e
6 changed files with 29 additions and 21 deletions
|
@ -75,7 +75,7 @@
|
|||
- name: assert task was successfully started
|
||||
assert:
|
||||
that:
|
||||
- fnf_task.started
|
||||
- fnf_task.started == 1
|
||||
- "'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