Juniper / ansible-junos-stdlib

Junos modules for Ansible
Apache License 2.0
302 stars 156 forks source link

Fix for issue #580 #663

Closed chidanandpujar closed 3 months ago

chidanandpujar commented 3 months ago

For persistent PyEZ connection , if we specify path of the config file as relative path , it fails with following error 'data': \"Failure loading the configuraton: [Errno 2] No such file or directory: 'junos.conf'

So, added code to convert the path to absolute path of src file .