Change order when applying flannel templates.

This commit is contained in:
Jeff Geerling 2018-06-03 20:39:50 -05:00
parent 5e3eb9029c
commit 958650b823

View File

@ -30,8 +30,8 @@
- name: Configure Flannel networking.
command: "{{ item }}"
with_items:
- kubectl apply -f https://raw.githubusercontent.com/coreos/flannel/master/Documentation/kube-flannel.yml
- kubectl apply -f https://raw.githubusercontent.com/coreos/flannel/master/Documentation/k8s-manifests/kube-flannel-rbac.yml
- kubectl apply -f https://raw.githubusercontent.com/coreos/flannel/master/Documentation/kube-flannel.yml
register: flannel_result
changed_when: "'created' in flannel_result.stdout"