remove + groups['calico-rr']

This commit is contained in:
brant 2018-03-02 14:31:54 +08:00
parent 40d72d1865
commit 7c7b33a0f8

View file

@ -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) }}"