fixes yamllint for docker defaults, and weave network plugin

This commit is contained in:
Dann Bohn
2018-03-13 06:15:48 -04:00
parent 50e3ccfa2b
commit f3788525ff
2 changed files with 7 additions and 7 deletions

View File

@@ -5,9 +5,9 @@
- name: template weavenet conflist
template:
src: weavenet.conflist.j2
dest: /etc/cni/net.d/00-weave.conflist
owner: kube
src: weavenet.conflist.j2
dest: /etc/cni/net.d/00-weave.conflist
owner: kube
- name: Weave | Copy cni plugins from hyperkube
command: "{{ docker_bin_dir }}/docker run --rm -v /opt/cni/bin:/cnibindir {{ hyperkube_image_repo }}:{{ hyperkube_image_tag }} /bin/cp -r /opt/cni/bin/. /cnibindir/"