0143aa9416
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`.
(cherry picked from commit 88662d0c56
)
Update changelog
2 lines
103 B
YAML
2 lines
103 B
YAML
bugfixes:
|
|
- eos cliconf get_config() format type fix (https://github.com/ansible/ansible/pull/38682)
|