Resolves an issue where match=strict would act like match=exact when evaluating the configuration
This commit unifys the return values for the nxos_config module to always return updates and responses
This adds a new module for managing configuraiton files for Cisco NXOS devices. It provides configuration file management including templating and backing up the current configuration. This PR has a dependency on ansible/ansible PR # 14012