mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 16:23:10 +00:00
If format is passed as None to get_config api, wrong command is genereted ie. `show running-configuration | None | section interface`. Add format type in command only if format value is either not `text` or `None`.