mitogen/tests/ansible/integration/connection_loader/paramiko_unblemished.yml

13 lines
305 B
YAML
Raw Normal View History

# Ensure paramiko connections aren't grabbed.
2018-10-31 19:15:23 +00:00
- name: integration/connection_loader/paramiko_unblemished.yml
hosts: test-targets
any_errors_fatal: true
tasks:
- custom_python_detect_environment:
connection: paramiko
register: out
- assert:
that: not out.mitogen_loaded