skip vanilla Ansible 2.10 hanging task if not is_mitogen

pull/715/head
Steven Robertson 4 years ago
parent 91f55a60bc
commit e6d7cd3aff

@ -2,6 +2,10 @@
hosts: test-targets
any_errors_fatal: true
tasks:
# without Mitogen Ansible 2.10 hangs on this play
- meta: end_play
when: not is_mitogen
- custom_python_new_style_module:
foo: true
with_sequence: start=0 end={{end|default(1)}}

Loading…
Cancel
Save