diff --git a/plugins/modules/ipapwpolicy.py b/plugins/modules/ipapwpolicy.py index 3a3eeedda1fd01d4837255ed70c43e39d1db8378..557702f3369213190c1aa13f23ad93d0a0f2b8c3 100644 --- a/plugins/modules/ipapwpolicy.py +++ b/plugins/modules/ipapwpolicy.py @@ -197,7 +197,7 @@ def gen_args(module, if maxrepeat is not None: _args["ipapwdmaxrepeat"] = maxrepeat if maxsequence is not None: - _args["ipapwdmaxrsequence"] = maxsequence + _args["ipapwdmaxsequence"] = maxsequence if dictcheck is not None: if module.ipa_check_version("<", "4.9.10"): # Allowed values: "TRUE", "FALSE", ""