ansible/changelogs/fragments/network_cli_enable_fix.yml
Ganesh Nalawade ff5253fa0e 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 plugins
2019-12-14 16:50:51 -05:00

2 lines
80 B
YAML

bugfixes:
- Fix for network_cli become method to be compatible with collections