#- name: install conf file # become: yes # template: # src: flannel.j2 # dest: /run/flannel/subnet.env - name: install flannel shell: kubectl apply -f https://github.com/flannel-io/flannel/releases/latest/download/kube-flannel.yml register: flannel - debug: var=flannel.stdout_lines