From b1eb32993d5c5cd07383459424d6e0dfb7671165 Mon Sep 17 00:00:00 2001
From: Thomas Woerner <twoerner@redhat.com>
Date: Mon, 27 Mar 2023 12:20:14 +0200
Subject: [PATCH] ipapwpolicy: The alias for usercheck in argument_spec had
 typo

The alias for usercheck in argument_spec was "ipapwusercheck" instead of
"ipapwdusercheck".
---
 plugins/modules/ipapwpolicy.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/modules/ipapwpolicy.py b/plugins/modules/ipapwpolicy.py
index ea794fc9..3a3eeedd 100644
--- a/plugins/modules/ipapwpolicy.py
+++ b/plugins/modules/ipapwpolicy.py
@@ -275,7 +275,7 @@ def main():
                              default=None),
             dictcheck=dict(type="str", aliases=["ipapwdictcheck"],
                            default=None),
-            usercheck=dict(type="str", aliases=["ipapwusercheck"],
+            usercheck=dict(type="str", aliases=["ipapwdusercheck"],
                            default=None),
             gracelimit=dict(type="str", aliases=["passwordgracelimit"],
                             default=None),
-- 
GitLab