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

roles/ipaclient/tasks/install.yml: Use ipajoin also if force_join is set

parent aa2048ae
Branches
Tags
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment