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

This commit is contained in:
Thomas Woerner
2018-01-31 23:27:45 +01:00
parent ceb4224afe
commit 3c4e68ef10

View File

@@ -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: