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/network/junos
Peter Sprygada 87f47a44c9 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
8 years ago
..
__init__.py add package init to junos/ 9 years ago
junos_command.py fixes exception being raised when show configuration command issued (#5047) 8 years ago
junos_config.py fixes junos_config to be idempotent when confirming a commit (#4946) 8 years ago
junos_facts.py fix up junos_facts import statements (#4928) 8 years ago
junos_netconf.py bug fixes in junos_netconf module (#4924) 8 years ago
junos_package.py fixes import statements in junos_package module (#4929) 8 years ago
junos_template.py update junos_template module 8 years ago