comply with ansible syntax consistency guideline

This commit is contained in:
Erwan Miran 2018-08-17 16:37:33 +02:00
parent 7f16b46ed5
commit 98b818bbaf

View file

@ -169,7 +169,8 @@
- name: reset | include file with reset tasks specific to the network_plugin if exists
include_tasks: "{{ (role_path + '/../network_plugin/' + kube_network_plugin + '/tasks/reset.yml') | realpath }}"
when: kube_network_plugin in ['flannel', 'cilium']
when:
- kube_network_plugin in ['flannel', 'cilium']
tags:
- network