kubespray/roles/dnsmasq/tasks/main.yml

6 lines
96 B
YAML
Raw Normal View History

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