2018-04-05 16:27:42 +00:00
|
|
|
# Ensure 'ssh' connections are grabbed.
|
|
|
|
|
2018-04-18 14:43:54 +00:00
|
|
|
- name: integration/connection_loader__ssh_blemished.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
|
|
|
- determine_strategy:
|
2018-04-05 16:27:42 +00:00
|
|
|
|
|
|
|
- custom_python_detect_environment:
|
|
|
|
connection: ssh
|
|
|
|
register: out
|
|
|
|
|
|
|
|
- assert:
|
2018-04-17 14:57:32 +00:00
|
|
|
that: (not not out.mitogen_loaded) == (not not is_mitogen)
|