Skip to content
Snippets Groups Projects
Unverified Commit 5aeaa248 authored by Aivars Sterns's avatar Aivars Sterns Committed by GitHub
Browse files

Merge pull request #2407 from brant4test/PR

remove + groups['calico-rr']
parents b75b6b51 739f6c78
No related branches found
No related tags found
No related merge requests found
......@@ -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) }}"
......
......@@ -24,4 +24,4 @@ kube-master
[k8s-cluster:vars]
${elb_api_fqdn}
${elb_api_fqdn}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment