2018-04-05 16:27:42 +00:00
|
|
|
# Ensure paramiko connections aren't grabbed.
|
|
|
|
|
2018-04-18 14:43:54 +00:00
|
|
|
- name: integration/connection_loader__paramiko_unblemished.yml
|
2018-04-22 18:40:58 +00:00
|
|
|
hosts: test-targets
|
2018-04-05 16:27:42 +00:00
|
|
|
any_errors_fatal: true
|
|
|
|
tasks:
|
2018-04-18 14:43:54 +00:00
|
|
|
- custom_python_detect_environment:
|
2018-04-05 16:27:42 +00:00
|
|
|
connection: paramiko
|
|
|
|
register: out
|
|
|
|
|
|
|
|
- assert:
|
|
|
|
that: not out.mitogen_loaded
|