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

ipaclient: No DNS resolver configuration on master

The DNS resolver configuration should not happen in the server client
part installation where ipaclient_on_master is enabled.
parent 460adff1
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,8 @@ ...@@ -44,7 +44,8 @@
searchdomains: "{{ ipaserver_domain | default(ipaclient_domain) }}" searchdomains: "{{ ipaserver_domain | default(ipaclient_domain) }}"
state: present state: present
when: ipaclient_configure_dns_resolver when: ipaclient_configure_dns_resolver | bool
and not ipaclient_on_master | bool
- name: Install - IPA client test - name: Install - IPA client test
ipaclient_test: ipaclient_test:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment