You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
345 B
YAML
15 lines
345 B
YAML
# Ensure 'ssh' connections are grabbed.
|
|
|
|
- name: integration/connection_loader__ssh_blemished.yml
|
|
hosts: test-targets
|
|
any_errors_fatal: true
|
|
tasks:
|
|
- determine_strategy:
|
|
|
|
- custom_python_detect_environment:
|
|
connection: ssh
|
|
register: out
|
|
|
|
- assert:
|
|
that: (not not out.mitogen_loaded) == (not not is_mitogen)
|