diff --git a/tests/ansible/integration/runner/custom_python_new_style_module.yml b/tests/ansible/integration/runner/custom_python_new_style_module.yml index 0d29d0ac..2ec896b7 100644 --- a/tests/ansible/integration/runner/custom_python_new_style_module.yml +++ b/tests/ansible/integration/runner/custom_python_new_style_module.yml @@ -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)}}