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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Ansible FreeIPA
Commits
a6c85059
Commit
a6c85059
authored
Oct 4, 2017
by
Thomas Woerner
Browse files
Options
Downloads
Patches
Plain Diff
roles/ipaclient/tasks/install.yml: New fail for missing ca.crt file
parent
b51980ee
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
roles/ipaclient/tasks/install.yml
+3
-0
3 additions, 0 deletions
roles/ipaclient/tasks/install.yml
with
3 additions
and
0 deletions
roles/ipaclient/tasks/install.yml
+
3
−
0
View file @
a6c85059
...
@@ -120,6 +120,9 @@
...
@@ -120,6 +120,9 @@
-
fail
:
-
fail
:
msg
:
"
The
IPA
test
failed,
please
enable
allow_repair
to
fix
this."
msg
:
"
The
IPA
test
failed,
please
enable
allow_repair
to
fix
this."
when
:
not ipatest.ipa_test_ok
when
:
not ipatest.ipa_test_ok
-
fail
:
msg
:
"
The
ca.crt
file
is
missing,
please
enable
allow_repair
to
fix
this."
when
:
not ipatest.ca_crt_exists
-
meta
:
end_play
-
meta
:
end_play
when
:
not ipajoin.changed and not ipaclient_allow_repair | bool and (ipatest.krb5_keytab_ok or ipajoin.already_joined)
when
:
not ipajoin.changed and not ipaclient_allow_repair | bool and (ipatest.krb5_keytab_ok or ipajoin.already_joined)
...
...
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