mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-03-26 21:33:25 +00:00
Get rid of backend parameter whenever possible (#883)
* Get rid of backend parameter whenever possible. * Always auto-detect if backend choices are 'cryptography' and 'auto', resp. always check cryptography version. * Improve error message. * Update documentation.
This commit is contained in:
5
changelogs/fragments/883-backend.yml
Normal file
5
changelogs/fragments/883-backend.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
minor_changes:
|
||||
- "Remove ``backend`` parameter from internal code whenever possible (https://github.com/ansible-collections/community.crypto/pull/883)."
|
||||
breaking_changes:
|
||||
- "Ignore value of ``select_crypto_backend`` for all modules except acme_* and ..., and always assume the value ``auto``.
|
||||
This ensures that the ``cryptography`` version is always checked (https://github.com/ansible-collections/community.crypto/pull/883)."
|
||||
Reference in New Issue
Block a user