mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-04-10 20:49:27 -02:30
Fixed checking skip_downloads condition.
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
- role: rkt
|
||||
tags: rkt
|
||||
when: "'rkt' in [etcd_deployment_type, kubelet_deployment_type, vault_deployment_type]"
|
||||
- { role: download, tags: download, skip_downloads: false }
|
||||
- { role: download, tags: download, when: "skip_downloads == 'false'" }
|
||||
- { role: etcd, tags: etcd, etcd_cluster_setup: false }
|
||||
- { role: vault, tags: vault, when: "cert_management == 'vault'"}
|
||||
- { role: kubernetes/node, tags: node }
|
||||
|
||||
Reference in New Issue
Block a user