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:
@@ -246,7 +246,7 @@ def main():
|
||||
add_file_common_args=True,
|
||||
)
|
||||
|
||||
keypair = select_backend(module, module.params["backend"])[1]
|
||||
keypair = select_backend(module, module.params["backend"])
|
||||
|
||||
keypair.execute()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user