mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-26 21:33:05 +00:00
roles/ipaclient/tasks/install.yml: Use ipajoin also if force_join is set
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
#ca_cert_file: "{{ ipaclient_ca_cert_file | default(omit) }}"
|
||||
kinit_attempts: "{{ ipaclient_kinit_attempts | default(omit) }}"
|
||||
register: ipajoin
|
||||
when: not ipatest.krb5_keytab_ok
|
||||
when: not ipatest.krb5_keytab_ok or ipaclient_force_join
|
||||
|
||||
- block:
|
||||
- file:
|
||||
|
||||
Reference in New Issue
Block a user