Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#2492 from chenhonggc/gather_all_in…
Browse files Browse the repository at this point in the history
…stances

gather all facts
  • Loading branch information
woopstar authored Mar 28, 2018
2 parents ed48b6e + 73cd24b commit fda4956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
setup:
delegate_to: "{{item}}"
delegate_facts: True
with_items: "{{ groups['k8s-cluster'] + groups['etcd'] }}"
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) }}"
Expand Down

0 comments on commit fda4956

Please sign in to comment.