tests: disable connection tests for non-Mitogen

issue510
David Wilson 7 years ago
parent 8972dbb7b9
commit 79ca67aadd

@ -6,6 +6,9 @@
gather_facts: no gather_facts: no
any_errors_fatal: false any_errors_fatal: false
tasks: tasks:
- meta: end_play
when: not is_mitogen
- connection: local - connection: local
command: | command: |
ansible-playbook ansible-playbook

@ -14,6 +14,9 @@
gather_facts: no gather_facts: no
any_errors_fatal: true any_errors_fatal: true
tasks: tasks:
- meta: end_play
when: not is_mitogen
- mitogen_action_script: - mitogen_action_script:
script: | script: |
import sys import sys

Loading…
Cancel
Save