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

6 lines
92 B
YAML
Raw Normal View History

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