Undo paramiko_ssh 'connection' change, since this discrepancy is hardcoded in the plugin loader.

This commit is contained in:
Felix Fontein 2020-09-15 17:51:39 +02:00
parent 530fe8ecb7
commit 69a6311ae5

View file

@ -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