mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-07 05:43:06 +00:00
Code refactoring (#889)
* Add __all__ to all module and plugin utils. * Convert quite a few positional args to keyword args. * Avoid Python 3.8+ syntax.
This commit is contained in:
@@ -250,8 +250,8 @@ def main() -> t.NoReturn:
|
||||
result["can_load_key"] = True
|
||||
|
||||
module_backend = select_backend(
|
||||
module,
|
||||
data,
|
||||
module=module,
|
||||
content=data,
|
||||
passphrase=module.params["passphrase"],
|
||||
return_private_key_data=module.params["return_private_key_data"],
|
||||
check_consistency=module.params["check_consistency"],
|
||||
|
||||
Reference in New Issue
Block a user