diff --git a/cluster.yml b/cluster.yml
index 6dcb8b65908f23435f74ee9e60eb145eb7ea9e10..fb7dec4cbab2764134b166da2a52cc133eba2daf 100644
--- a/cluster.yml
+++ b/cluster.yml
@@ -26,7 +26,7 @@
       setup:
       delegate_to: "{{item}}"
       delegate_facts: True
-      with_items: "{{ groups['k8s-cluster'] + groups['etcd'] + groups['calico-rr'] }}"
+      with_items: "{{ groups['k8s-cluster'] + groups['etcd'] + groups['calico-rr']|default([]) }}"
 
 - hosts: k8s-cluster:etcd:calico-rr
   any_errors_fatal: "{{ any_errors_fatal | default(true) }}"