mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Merge branch 'gh-7432' of https://github.com/hfinucane/ansible into hfinucane-gh-7432
This commit is contained in:
commit
178075489b
2 changed files with 7 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…
Add table
Add a link
Reference in a new issue