Fix typo in Multus plugin. (#5568)
parent
9f2dd09628
commit
2ab5cc73cd
|
@ -8,4 +8,4 @@
|
|||
filename: "{{ kube_config_dir }}/{{ item.item.file }}"
|
||||
state: "latest"
|
||||
with_items: "{{ multus_manifest_1.results }} + {{ multus_manifest_2.results }}"
|
||||
when: inventory_hostname == groups['kube-master'][0] and not item|skipped
|
||||
when: inventory_hostname == groups['kube-master'][0] and not item is skipped
|
||||
|
|
Loading…
Reference in New Issue