You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible/plugins
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
7 years ago
..
action Fix edgeos_config: {backup: yes} (#37619) (#37733) 7 years ago
cache add inventory caching & use in virtualbox inventory plugin (#34510) 7 years ago
callback Fix typo in Slack Callback plugin (#38286) 7 years ago
cliconf Fix in eos get_config cliconf api (#38682) (#38720) 7 years ago
connection Fall back to ValueError if JSONDecodeError is not available (#38276) (#38423) 7 years ago
filter Added `+1` to the `end` in `random` filter so that it was inclusive (#27215) 7 years ago
inventory restrore showing stderr on script success (#38177) 7 years ago
lookup Bkprt py3 csvfile (#37665) 7 years ago
netconf Raise error when trying to use older iosxr modules with netconf (#37423) (#37480) 7 years ago
shell powershell: 2.5 backport display non-ascii characters in command outputs (#38365) 7 years ago
strategy cherry-pick #36470 for 2.5 (#36525) 7 years ago
terminal 2.5lenovo license update (#37118) 7 years ago
test Deprecate tests used as filters (#32361) 7 years ago
vars Scan group_vars/host_vars in sorted order 7 years ago
__init__.py fixed up get_options in AnsiblePlugin to use the correct plugin name 7 years ago
loader.py Implement plugin filtering 7 years ago