andreyshestakov
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |