mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-31 11:54:47 +00:00
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:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user