mirror of https://github.com/ansible/ansible.git
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
pull/38734/head
parent
fdcbcf313a
commit
0143aa9416
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- eos cliconf get_config() format type fix (https://github.com/ansible/ansible/pull/38682)
|
||||
Loading…
Reference in New Issue