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

This commit is contained in:
David Wilson 2018-10-31 18:18:49 +00:00
parent c4aec22a33
commit 8ed72e7e7b
1 changed files with 3 additions and 2 deletions

View File

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