Hi All,
i have this in my playbook under -vars:
ansible_network_cli_ssh_type: libssh
which collection/plugins should i install to have it work properly?
Hi All,
i have this in my playbook under -vars:
ansible_network_cli_ssh_type: libssh
which collection/plugins should i install to have it work properly?
According to https://docs.ansible.com/ansible/latest/collections/ansible/netcommon/libssh_connection.html:
To install it, use: ansible-galaxy collection install ansible.netcommon
.