Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Ansible FreeIPA
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Ansible FreeIPA
Commits
4e9ec11b
Unverified
Commit
4e9ec11b
authored
1 year ago
by
Thomas Woerner
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #1081 from cutrightjm/patch-1
Fix typo in ipapwpolicy.py
parents
2d930511
1a7b279d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
plugins/modules/ipapwpolicy.py
+1
-1
1 addition, 1 deletion
plugins/modules/ipapwpolicy.py
with
1 addition
and
1 deletion
plugins/modules/ipapwpolicy.py
+
1
−
1
View file @
4e9ec11b
...
...
@@ -197,7 +197,7 @@ def gen_args(module,
if
maxrepeat
is
not
None
:
_args
[
"
ipapwdmaxrepeat
"
]
=
maxrepeat
if
maxsequence
is
not
None
:
_args
[
"
ipapwdmax
r
sequence
"
]
=
maxsequence
_args
[
"
ipapwdmaxsequence
"
]
=
maxsequence
if
dictcheck
is
not
None
:
if
module
.
ipa_check_version
(
"
<
"
,
"
4.9.10
"
):
# Allowed values: "TRUE", "FALSE", ""
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment