Undo paramiko_ssh 'connection' change, since this discrepancy is hardcoded in the plugin loader.
This commit is contained in:
parent
530fe8ecb7
commit
69a6311ae5
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ __metaclass__ = type
|
|||
|
||||
DOCUMENTATION = """
|
||||
author: Ansible Core Team
|
||||
connection: paramiko_ssh
|
||||
connection: paramiko
|
||||
short_description: Run tasks via python ssh (paramiko)
|
||||
description:
|
||||
- Use the python ssh implementation (Paramiko) to connect to targets
|
||||
|
|
Loading…
Reference in a new issue