mirror of https://github.com/ansible/ansible.git
Fix network_cli become check to be compatible with collections (#65829)
* The become method name check is not required in network_cli as the become command is specific to platform and is implemented in the platform specific terminal pluginspull/65842/head
parent
98f19c970f
commit
ff5253fa0e
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- Fix for network_cli become method to be compatible with collections
|
||||
Loading…
Reference in New Issue