issue #369: avoid Ansible 2.5 bug (cond_reset_warn missing method)

issue260
David Wilson 6 years ago
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…
Cancel
Save