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
fdd4b19b
Commit
fdd4b19b
authored
3 years ago
by
Thomas Woerner
Browse files
Options
Downloads
Patches
Plain Diff
tests/config/test_config.yml: Use named tasks
The unnamed tasks have been reported as issues by new ansible-lint.
parent
dc62744f
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/config/test_config.yml
+14
-13
14 additions, 13 deletions
tests/config/test_config.yml
with
14 additions
and
13 deletions
tests/config/test_config.yml
+
14
−
13
View file @
fdd4b19b
...
...
@@ -56,9 +56,9 @@
ipaapi_context
:
"
{{
ipa_context
|
default(omit)
}}"
pac_type
:
"
"
-
block
:
-
name
:
set maxhostname to
255
block
:
-
ipaconfig
:
ipaconfig
:
ipaadmin_password
:
SomeADMINpassword
ipaapi_context
:
"
{{
ipa_context
|
default(omit)
}}"
maxhostname
:
255
...
...
@@ -221,16 +221,17 @@
register
:
result
failed_when
:
result.changed or result.failed
-
block
:
-
name
:
set maxhostname to
77
block
:
-
ipaconfig
:
ipaconfig
:
ipaadmin_password
:
SomeADMINpassword
ipaapi_context
:
"
{{
ipa_context
|
default(omit)
}}"
maxhostname
:
77
register
:
result
failed_when
:
not result.changed or result.failed
-
ipaconfig
:
-
name
:
set maxhostname to 77, again
ipaconfig
:
ipaadmin_password
:
SomeADMINpassword
ipaapi_context
:
"
{{
ipa_context
|
default(omit)
}}"
maxhostname
:
77
...
...
@@ -409,9 +410,9 @@
register
:
result
failed_when
:
not result.changed or result.failed
-
block
:
-
name
:
reset maxhostname
block
:
-
ipaconfig
:
ipaconfig
:
ipaadmin_password
:
SomeADMINpassword
ipaapi_context
:
"
{{
ipa_context
|
default(omit)
}}"
maxhostname
:
'
{{
previousconfig.config.maxhostname
|
default(omit)
}}'
...
...
@@ -444,9 +445,9 @@
register
:
result
failed_when
:
result.changed or result.failed
-
block
:
-
name
:
reset maxhostname
block
:
-
ipaconfig
:
ipaconfig
:
ipaadmin_password
:
SomeADMINpassword
ipaapi_context
:
"
{{
ipa_context
|
default(omit)
}}"
maxhostname
:
'
{{
previousconfig.config.maxhostname
|
default(omit)
}}'
...
...
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