mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-30 11:24:50 +00:00
Merge pull request #1081 from cutrightjm/patch-1
Fix typo in ipapwpolicy.py
This commit is contained in:
@@ -197,7 +197,7 @@ def gen_args(module,
|
|||||||
if maxrepeat is not None:
|
if maxrepeat is not None:
|
||||||
_args["ipapwdmaxrepeat"] = maxrepeat
|
_args["ipapwdmaxrepeat"] = maxrepeat
|
||||||
if maxsequence is not None:
|
if maxsequence is not None:
|
||||||
_args["ipapwdmaxrsequence"] = maxsequence
|
_args["ipapwdmaxsequence"] = maxsequence
|
||||||
if dictcheck is not None:
|
if dictcheck is not None:
|
||||||
if module.ipa_check_version("<", "4.9.10"):
|
if module.ipa_check_version("<", "4.9.10"):
|
||||||
# Allowed values: "TRUE", "FALSE", ""
|
# Allowed values: "TRUE", "FALSE", ""
|
||||||
|
|||||||
Reference in New Issue
Block a user