Fixed checking skip_downloads condition.

This commit is contained in:
Takashi Okamoto
2018-07-28 20:21:50 -04:00
parent e71f261935
commit 1f7a42f3a4
3 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,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'" }
environment: "{{proxy_env}}"
- hosts: etcd:k8s-cluster:vault