Skip to content
Snippets Groups Projects
Commit 65065e7f authored by Matthew Mosesohn's avatar Matthew Mosesohn Committed by Kubernetes Prow Robot
Browse files

Default kubeadm_images to empty dict instead of set_fact (#4957)

Change-Id: I9ef52232176fe8e2a99b4f09ae05e1451f7ad1ff
parent 352297cf
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@ skip_downloads: false
# Optionally skip kubeadm images download
skip_kubeadm_images: false
kubeadm_images: {}
# if this is set to true will only download files once. Doesn't work
# on Container Linux by CoreOS unless the download_localhost is true and localhost
......
......@@ -36,16 +36,6 @@
- download
- upload
- name: download | Create kubeadm_images variable if it is absent
set_fact:
kubeadm_images: {}
when:
- kubeadm_images is not defined
tags:
- download
- upload
- facts
- name: download | Download files / images
include_tasks: "{{ include_file }}"
with_dict: "{{ downloads | combine(kubeadm_images) }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment