ansible/changelogs/fragments/fips-paramiko-import-error.yaml
Sam Doran d35c1a435b
Handle InternalError raised by cryptography when running in FIPS mode (#65477)
Since older versions of paramiko do not require cryptography,
we cannot catch the exact exception from cryptography.

Remove other exceptions since we're catching everything now
2019-12-09 13:18:32 -05:00

3 lines
101 B
YAML

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