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 - name: integration/connection/reset.yml
hosts: test-targets hosts: test-targets
tasks: tasks:
- when: is_mitogen - meta: end_play
block: when: not is_mitogen
- custom_python_detect_environment: - custom_python_detect_environment:
register: out register: out

Loading…
Cancel
Save