mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
* fixes guess_os for netconf connections This change fixes invalid calls to play_context when the network_os is not set and the connection attempts to guess the network_os. The method will now check the correct values for ssh key file and allow agent instead of returning errors. * fix up pep8 issues