Merge branch 'gh-7432' of https://github.com/hfinucane/ansible into hfinucane-gh-7432

This commit is contained in:
James Cammarata 2014-09-11 12:42:52 -05:00
commit 178075489b
2 changed files with 7 additions and 0 deletions

View file

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