community.general/lib/ansible/modules/network/junos
Ganesh Nalawade d39ae36ab1 Fix 5646 junos_config issue if config format is text (#5658)
If 'src_format' is not mentioned in playbook
and config is in text format a list object is
passed to 'guess_format' function instead
of string, hence TypeError execption is seen.
Fix is to pass string object instead of list.
2016-12-08 11:25:32 -05:00
..
__init__.py add package init to junos/ 2016-12-08 11:24:05 -05:00
_junos_template.py Fix deprecation notices. (#5180) 2016-12-08 11:25:19 -05:00
junos_command.py Bulk spelling improvement to modules-core (#5225) 2016-12-08 11:25:20 -05:00
junos_config.py Fix 5646 junos_config issue if config format is text (#5658) 2016-12-08 11:25:32 -05:00
junos_facts.py Bulk spelling improvement to modules-core (#5225) 2016-12-08 11:25:20 -05:00
junos_netconf.py bug fixes in junos_netconf module (#4924) 2016-12-08 11:25:11 -05:00
junos_package.py typo in module name (#5062) 2016-12-08 11:25:14 -05:00