ansible-networking-collections
ansible-networking-collections copied to clipboard
Ensure the correct ncclient device handler is passed
ncclient has a special device handler for netconf.
This change makes sure that Ansible passes the correct device param when initializing the ncclient Manager instance. This shouldn't lead to any backwards incompatibility issues.