mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-16 08:53:15 +00:00
remove extraneous whitespaces (#11029)
* remove extraneous whitespaces * ruff format * add changelog frag
This commit is contained in:
parent
b471a4a90d
commit
3c42ec730d
8 changed files with 19 additions and 14 deletions
|
|
@ -350,7 +350,7 @@ def validate_modifications(ansible_to_ipa, module, ipa_otptoken, module_otptoken
|
|||
else:
|
||||
if len(ipa_otptoken[ansible_to_ipa[parameter]]) != 1:
|
||||
module.fail_json(
|
||||
msg="Invariant fail: Return value from IPA is not a list of length 1. Please open a bug report for the module."
|
||||
msg="Invariant fail: Return value from IPA is not a list of length 1. Please open a bug report for the module."
|
||||
)
|
||||
if parameter == "secretkey":
|
||||
# We stored the secret key in base32 since we had assumed that would need to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue