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.
This commit is contained in:
Thomas Woerner
2022-11-29 12:58:04 +01:00
parent 460adff1ba
commit 422651e6ff

View File

@@ -44,7 +44,8 @@
searchdomains: "{{ ipaserver_domain | default(ipaclient_domain) }}"
state: present
when: ipaclient_configure_dns_resolver
when: ipaclient_configure_dns_resolver | bool
and not ipaclient_on_master | bool
- name: Install - IPA client test
ipaclient_test: