mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-08-01 04:14:42 +00:00
ipapwpolicy: The alias for usercheck in argument_spec had typo
The alias for usercheck in argument_spec was "ipapwusercheck" instead of "ipapwdusercheck".
This commit is contained in:
@@ -275,7 +275,7 @@ def main():
|
|||||||
default=None),
|
default=None),
|
||||||
dictcheck=dict(type="str", aliases=["ipapwdictcheck"],
|
dictcheck=dict(type="str", aliases=["ipapwdictcheck"],
|
||||||
default=None),
|
default=None),
|
||||||
usercheck=dict(type="str", aliases=["ipapwusercheck"],
|
usercheck=dict(type="str", aliases=["ipapwdusercheck"],
|
||||||
default=None),
|
default=None),
|
||||||
gracelimit=dict(type="str", aliases=["passwordgracelimit"],
|
gracelimit=dict(type="str", aliases=["passwordgracelimit"],
|
||||||
default=None),
|
default=None),
|
||||||
|
|||||||
Reference in New Issue
Block a user