diff --git a/plugins/modules/ipapwpolicy.py b/plugins/modules/ipapwpolicy.py index 4668610fd62f40d362264940739bfc2c2853bc6f..f75635536c27357fdf247956dee7767867d4a5a8 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", ""