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

ipaclient/tasks/install.yml: Fix possible ipajoin.already_joined undefined issue

parent ceb4224a
No related branches found
No related tags found
No related merge requests found
......@@ -136,7 +136,7 @@
msg: "The ca.crt file is missing, please enable allow_repair to fix this."
when: not ipatest.ca_crt_exists
- meta: end_play
when: not ipaclient_on_master | bool and not ipajoin.changed and not ipaclient_allow_repair | bool and (ipatest.krb5_keytab_ok or ipajoin.already_joined)
when: not ipaclient_on_master | bool and not ipajoin.changed and not ipaclient_allow_repair | bool and (ipatest.krb5_keytab_ok or (ipajoin.already_joined is defined and ipajoin.already_joined))
- name: Install - Configure IPA default.conf
include_role:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment