mirror of https://github.com/ansible/ansible.git
* 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/65477
(cherry picked from commit d8bf4206e4
)
Co-authored-by: Ganesh Nalawade <ganesh634@gmail.com>
pull/75864/head
parent
4967b8650c
commit
a22fb928a5
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- netconf - catch and handle exception to prevent stack trace when running in FIPS mode
|
Loading…
Reference in New Issue