ansible/changelogs/fragments/eos_cliconf_api_fix.yml
Ganesh Nalawade 0143aa9416
Fix in eos get_config cliconf api (#38682) (#38720)
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
2018-04-13 15:55:14 +05:30

2 lines
103 B
YAML

bugfixes:
- eos cliconf get_config() format type fix (https://github.com/ansible/ansible/pull/38682)