Skip to content
Snippets Groups Projects
Unverified Commit 5f5807b4 authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman Committed by GitHub
Browse files

Merge pull request #996 from t-woerner/ipaclient_configure_dns_resolver_no_master

ipaclient: No DNS resolver configuration on master
parents b670d29d 422651e6
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment