Skip to content
Snippets Groups Projects
Commit 9be09946 authored by Smaine Kahlouch's avatar Smaine Kahlouch Committed by GitHub
Browse files

Merge pull request #403 from kubespray/bug368

Check dnsmasq on first kube-node
parents 637eabcc acae5d42
Branches
Tags
No related merge requests found
......@@ -55,7 +55,7 @@
host: "{{dns_server}}"
port: 53
delay: 5
when: inventory_hostname == groups['kube-master'][0]
when: inventory_hostname == groups['kube-node'][0]
- name: check resolvconf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment