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
45700bc0
Unverified
Commit
45700bc0
authored
1 year ago
by
Rafael Guterres Jeffman
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #1082 from t-woerner/fix_pwpolicy_maxsequence_test
pwpolicy test: Fix maxsequence test
parents
4e9ec11b
d04a12e5
No related branches found
Branches containing commit
Tags
v1.9.0
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/pwpolicy/test_pwpolicy.yml
+3
-3
3 additions, 3 deletions
tests/pwpolicy/test_pwpolicy.yml
with
3 additions
and
3 deletions
tests/pwpolicy/test_pwpolicy.yml
+
3
−
3
View file @
45700bc0
...
...
@@ -223,7 +223,7 @@
ipapwpolicy
:
ipaadmin_password
:
SomeADMINpassword
ipaapi_context
:
"
{{
ipa_context
|
default(omit)
}}"
max
repeat
:
4
max
sequence
:
4
register
:
result
failed_when
:
not result.changed or result.failed
...
...
@@ -231,7 +231,7 @@
ipapwpolicy
:
ipaadmin_password
:
SomeADMINpassword
ipaapi_context
:
"
{{
ipa_context
|
default(omit)
}}"
max
repeat
:
4
max
sequence
:
4
register
:
result
failed_when
:
result.changed or result.failed
...
...
@@ -239,7 +239,7 @@
ipapwpolicy
:
ipaadmin_password
:
SomeADMINpassword
ipaapi_context
:
"
{{
ipa_context
|
default(omit)
}}"
max
repeat
:
0
max
sequence
:
0
register
:
result
failed_when
:
not result.changed or result.failed
...
...
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