Fix typo in Multus plugin. (#5568)

This commit is contained in:
andreyshestakov 2020-01-29 11:28:13 +02:00 committed by GitHub
parent 9f2dd09628
commit 2ab5cc73cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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