mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-02 16:53:11 +00:00
* update nxos_facts to handle errors in n35 platform * switch show commands to output text * replace basestring which is not supported in python3 * do it like the other modules: use string_types * incorporate PR review