mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-22 16:20:22 -07:00
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. |
||
---|---|---|
.. | ||
__init__.py | ||
_junos_template.py | ||
junos_command.py | ||
junos_config.py | ||
junos_facts.py | ||
junos_netconf.py | ||
junos_package.py |