Juniper / ansible-junos-stdlib

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

handling ansible.module_utils.connection.ConnectionError #662

Closed chidanandpujar closed 3 months ago

chidanandpujar commented 4 months ago

For Persistent PyEZ connection , during installation of re1 , Exception ansible.module_utils.connection.ConnectionError is raised, added code to handle if the exception is ConnectionError , else we will raise any other exceptions .