mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Add integration test
This commit is contained in:
parent
36632c9529
commit
9638ab973f
1 changed files with 6 additions and 0 deletions
|
@ -56,3 +56,9 @@
|
|||
- "'ansible_job_id' in async_result"
|
||||
- "'started' in async_result"
|
||||
- "'finished' not in async_result"
|
||||
|
||||
- name: test skipped task handling
|
||||
command: /bin/true
|
||||
async: 15
|
||||
poll: 0
|
||||
when: False
|
||||
|
|
Loading…
Reference in a new issue