tests: disable connection tests for non-Mitogen

This commit is contained in:
David Wilson 2018-11-05 19:27:00 +00:00
parent 8972dbb7b9
commit 79ca67aadd
2 changed files with 6 additions and 0 deletions

View File

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

View File

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