Skip to content

Commit

Permalink
Merge pull request #996 from t-woerner/ipaclient_configure_dns_resolv…
Browse files Browse the repository at this point in the history
…er_no_master

ipaclient: No DNS resolver configuration on master
  • Loading branch information
rjeffman authored Nov 30, 2022
2 parents b670d29 + 422651e commit 5f5807b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion roles/ipaclient/tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5f5807b

Please sign in to comment.