From 7c7b33a0f8a202af25485a83e0877a683663d32b Mon Sep 17 00:00:00 2001
From: brant <brant4test@gmail.com>
Date: Fri, 2 Mar 2018 14:31:54 +0800
Subject: [PATCH] remove  + groups['calico-rr']

---
 cluster.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cluster.yml b/cluster.yml
index 09f6043ad..1305ab450 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'] }}"
 
 - hosts: k8s-cluster:etcd:calico-rr
   any_errors_fatal: "{{ any_errors_fatal | default(true) }}"
-- 
GitLab