upgrade weave to v1.5.0 with cni

This commit is contained in:
Smana
2016-04-20 17:09:09 +02:00
parent bd1d49fabd
commit 97de82bbcc
4 changed files with 6 additions and 6 deletions

View File

@@ -62,7 +62,7 @@
with_items:
- "/etc/cni/net.d"
- "/opt/cni/bin"
when: kube_network_plugin == "calico"
when: kube_network_plugin in ["calico", "weave"]
- name: Update package management cache (YUM)
yum: update_cache=yes name='*'