1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-07 16:54:06 +00:00
community.general/lib/ansible/modules/network/junos
Peter Sprygada 0ef16b44ca fixes exception being raised when show configuration command issued (#5047)
The junos_command expects commands to be returned as xml by default but
`show configuration [options]` will return text not xml.  This fix
will set the output format for any command that starts with `show
configuration` to text

fixes #4628
2016-12-08 11:25:14 -05:00
..
__init__.py add package init to junos/ 2016-12-08 11:24:05 -05:00
junos_command.py fixes exception being raised when show configuration command issued (#5047) 2016-12-08 11:25:14 -05:00
junos_config.py fixes junos_config to be idempotent when confirming a commit (#4946) 2016-12-08 11:25:12 -05:00
junos_facts.py fix up junos_facts import statements (#4928) 2016-12-08 11:25:11 -05:00
junos_netconf.py bug fixes in junos_netconf module (#4924) 2016-12-08 11:25:11 -05:00
junos_package.py fixes import statements in junos_package module (#4929) 2016-12-08 11:25:11 -05:00
junos_template.py update junos_template module 2016-12-08 11:25:01 -05:00