issue #369: avoid Ansible 2.5 bug (cond_reset_warn missing method)
This commit is contained in:
parent
c4aec22a33
commit
8ed72e7e7b
|
@ -6,8 +6,9 @@
|
|||
- name: integration/connection/reset.yml
|
||||
hosts: test-targets
|
||||
tasks:
|
||||
- when: is_mitogen
|
||||
block:
|
||||
- meta: end_play
|
||||
when: not is_mitogen
|
||||
|
||||
- custom_python_detect_environment:
|
||||
register: out
|
||||
|
||||
|
|
Loading…
Reference in New Issue