ansible/changelogs/fragments/fips-ncclient-import-error.yaml
Ganesh Nalawade d8bf4206e4
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/65477
2021-04-19 12:41:55 -04:00

3 lines
100 B
YAML

bugfixes:
- netconf - catch and handle exception to prevent stack trace when running in FIPS mode