mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-26 15:36:11 -03:30
9 lines
194 B
YAML
9 lines
194 B
YAML
---
|
|
dependencies:
|
|
- role: download
|
|
file: "{{ downloads.dnsmasq }}"
|
|
when: dns_mode == 'dnsmasq_kubedns' and download_localhost|default(false)
|
|
tags:
|
|
- download
|
|
- dnsmasq
|