mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-08 14:22:56 +00:00
Fix assert_required_cryptography_version() calls.
This commit is contained in:
@@ -323,7 +323,9 @@ def main():
|
||||
supports_check_mode=True,
|
||||
)
|
||||
|
||||
assert_required_cryptography_version(COLLECTION_MINIMUM_CRYPTOGRAPHY_VERSION)
|
||||
assert_required_cryptography_version(
|
||||
module, minimum_cryptography_version=COLLECTION_MINIMUM_CRYPTOGRAPHY_VERSION
|
||||
)
|
||||
|
||||
# Load chain
|
||||
chain = parse_PEM_list(module, module.params["input_chain"], source="input chain")
|
||||
|
||||
Reference in New Issue
Block a user