c12s-kubespray/roles/dnsmasq/tasks/main.yml

8 lines
131 B
YAML
Raw Normal View History

2015-10-03 20:19:50 +00:00
---
- include: dnsmasq.yml
when: "{{ not skip_dnsmasq_k8s|bool }}"
tags: dnsmasq
2015-10-03 20:19:50 +00:00
- include: resolvconf.yml
tags: resolvconf