mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-13 21:12:02 +00:00
Merge pull request #880 from t-woerner/flake8_ipavault_fix
ipavault: Fix missing whitespace after keyword issue
This commit is contained in:
@@ -525,7 +525,7 @@ def check_encryption_params( # pylint: disable=unused-argument
|
|||||||
|
|
||||||
if (
|
if (
|
||||||
salt is not None
|
salt is not None
|
||||||
and not(
|
and not (
|
||||||
any([password, password_file])
|
any([password, password_file])
|
||||||
and any([new_password, new_password_file])
|
and any([new_password, new_password_file])
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user