mirror of https://github.com/ansible/ansible.git
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.pull/18777/head
parent
2ba5967673
commit
d39ae36ab1
Loading…
Reference in New Issue