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

ipaclient: Krb5 should only be configured if ipaclient_on_master is not set

Krb5 configuration was also done if ipaclient_on_master was set. This
resulted in a reverted configuration while deploying the client part in
a server deploment.
parent 45572927
No related branches found
No related tags found
No related merge requests found
...@@ -240,6 +240,7 @@ ...@@ -240,6 +240,7 @@
sssd: "{{ result_ipaclient_test.sssd }}" sssd: "{{ result_ipaclient_test.sssd }}"
force: "{{ ipaclient_force }}" force: "{{ ipaclient_force }}"
#on_master: "{{ ipaclient_on_master }}" #on_master: "{{ ipaclient_on_master }}"
when: not ipaclient_on_master | bool
- name: Install - IPA API calls for remaining enrollment parts - name: Install - IPA API calls for remaining enrollment parts
ipaclient_api: ipaclient_api:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment