mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-29 19:04:42 +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) }}"
|
#ca_cert_file: "{{ ipaclient_ca_cert_file | default(omit) }}"
|
||||||
kinit_attempts: "{{ ipaclient_kinit_attempts | default(omit) }}"
|
kinit_attempts: "{{ ipaclient_kinit_attempts | default(omit) }}"
|
||||||
register: ipajoin
|
register: ipajoin
|
||||||
when: not ipatest.krb5_keytab_ok
|
when: not ipatest.krb5_keytab_ok or ipaclient_force_join
|
||||||
|
|
||||||
- block:
|
- block:
|
||||||
- file:
|
- file:
|
||||||
|
|||||||
Reference in New Issue
Block a user