mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-06-23 09:14:43 +00:00
ipaclient/tasks/install.yml: Fix possible ipajoin.already_joined undefined issue
This commit is contained in:
@@ -136,7 +136,7 @@
|
|||||||
msg: "The ca.crt file is missing, please enable allow_repair to fix this."
|
msg: "The ca.crt file is missing, please enable allow_repair to fix this."
|
||||||
when: not ipatest.ca_crt_exists
|
when: not ipatest.ca_crt_exists
|
||||||
- meta: end_play
|
- 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
|
- name: Install - Configure IPA default.conf
|
||||||
include_role:
|
include_role:
|
||||||
|
|||||||
Reference in New Issue
Block a user