2018-04-05 16:27:42 +00:00
|
|
|
# Ensure 'local' connections are grabbed.
|
|
|
|
|
|
|
|
- hosts: all
|
|
|
|
any_errors_fatal: true
|
|
|
|
tasks:
|
|
|
|
- name: integration/connection_loader__local_blemished.yml
|
|
|
|
determine_strategy:
|
|
|
|
|
|
|
|
- custom_python_detect_environment:
|
|
|
|
connection: local
|
|
|
|
register: out
|
|
|
|
|
|
|
|
- assert:
|
2018-04-17 14:57:32 +00:00
|
|
|
that: (not not out.mitogen_loaded) == (not not is_mitogen)
|