Browse Source

Fix typo in Multus plugin. (#5568)

pull/5595/head
andreyshestakov 5 years ago
committed by GitHub
parent
commit
2ab5cc73cd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/kubernetes-apps/network_plugin/multus/tasks/main.yml

2
roles/kubernetes-apps/network_plugin/multus/tasks/main.yml

@ -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…
Cancel
Save