tests: disable connection tests for non-Mitogen
This commit is contained in:
parent
8972dbb7b9
commit
79ca67aadd
|
@ -6,6 +6,9 @@
|
|||
gather_facts: no
|
||||
any_errors_fatal: false
|
||||
tasks:
|
||||
- meta: end_play
|
||||
when: not is_mitogen
|
||||
|
||||
- connection: local
|
||||
command: |
|
||||
ansible-playbook
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue