mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-07 13:53:06 +00:00
Fix assert_required_cryptography_version() calls.
This commit is contained in:
@@ -434,5 +434,7 @@ def get_certificate_info(module, content, prefer_one_fingerprint=False):
|
||||
|
||||
|
||||
def select_backend(module, content):
|
||||
assert_required_cryptography_version(MINIMAL_CRYPTOGRAPHY_VERSION)
|
||||
assert_required_cryptography_version(
|
||||
module, minimum_cryptography_version=MINIMAL_CRYPTOGRAPHY_VERSION
|
||||
)
|
||||
return CertificateInfoRetrievalCryptography(module, content)
|
||||
|
||||
Reference in New Issue
Block a user