Skip to content
Snippets Groups Projects
Unverified Commit 2ab5cc73 authored by andreyshestakov's avatar andreyshestakov Committed by GitHub
Browse files

Fix typo in Multus plugin. (#5568)

parent 9f2dd096
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment