Skip to content
Snippets Groups Projects
Commit 8bcad4f5 authored by Nicolas Trangez's avatar Nicolas Trangez
Browse files

Fix `coreos_dual` -> `coredns_dual` typo

See: e40368ae
parent 31e6c44b
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@
- name: add upstream dns servers (only when dnsmasq is not used)
set_fact:
docker_dns_servers: "{{ docker_dns_servers + upstream_dns_servers|default([]) }}"
when: dns_mode in ['kubedns', 'coredns', 'coreos_dual']
when: dns_mode in ['kubedns', 'coredns', 'coredns_dual']
- name: add global searchdomains
set_fact:
......
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