mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-07 05:43:06 +00:00
Fix sanity failures (#263)
* Fix sanity failures. * Add changelog fragment.
This commit is contained in:
@@ -451,7 +451,7 @@ class KeypairBackendCryptography(KeypairBackend):
|
||||
|
||||
|
||||
def any_in(sequence, *elements):
|
||||
return any([e in sequence for e in elements])
|
||||
return any(e in sequence for e in elements)
|
||||
|
||||
|
||||
def select_backend(module, backend):
|
||||
|
||||
Reference in New Issue
Block a user