Skip to content
Snippets Groups Projects
Commit a6c85059 authored by Thomas Woerner's avatar Thomas Woerner
Browse files

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
...@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment