mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 01:03:09 +00:00
This patch addresses a problem in nxos_facts where certain commands are not supported or return no data, the module would raise an exception. With this patch, the nxos_facts module will now print a warning for any commands that return no data and not populate the facts. fixes #22001