mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Merge branch 'hfinucane-gh-7432' into devel
This commit is contained in:
commit
503f7afbd8
3 changed files with 12 additions and 3 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