mirror of https://github.com/ansible/ansible.git
netconf - handle import error when running in FIPS mode (#73992)
* Handle netconf plugin ncclient import error when running in FIPS mode * While running in FIPS mode importing ncclient result in InternalError raised by cryptography * Refer https://github.com/ansible/ansible/pull/65477pull/72601/merge
parent
325ccf22fe
commit
d8bf4206e4
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- netconf - catch and handle exception to prevent stack trace when running in FIPS mode
|
||||
Loading…
Reference in New Issue