mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-06 02:33:09 +00:00
* Add error handling for junos in case wrong connection type Fixes #37990 If a junos module doesn't support given connection/transport type return appropriate error message. * Fix CI issues * Fix review comment