diff --git a/roles/download/defaults/main.yml b/roles/download/defaults/main.yml index 3e3d42d08..165c7963c 100644 --- a/roles/download/defaults/main.yml +++ b/roles/download/defaults/main.yml @@ -150,7 +150,7 @@ downloads: container: true repo: "{{ calico_rr_image_repo }}" tag: "{{ calico_rr_image_tag }}" - enabled: "{{ peer_with_calico_rr }} and kube_network_plugin == 'calico'" + enabled: "{{ peer_with_calico_rr is defined and peer_with_calico_rr}} and kube_network_plugin == 'calico'" pod_infra: container: true repo: "{{ pod_infra_image_repo }}"