Browse Source
Merge pull request #3265 from torvitas/fix_metallb_configuration
[bugfix] fix path to metallb configuration
pull/3318/head
k8s-ci-robot
6 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
-
contrib/metallb/roles/provision/tasks/main.yml
|
|
@ -9,8 +9,8 @@ |
|
|
|
- name: "Kubernetes Apps | Install and configure MetalLB" |
|
|
|
kube: |
|
|
|
name: "MetalLB" |
|
|
|
filename: "{{ kube_config_dir }}/metallb.yml" |
|
|
|
kubectl: "{{bin_dir}}/kubectl" |
|
|
|
filename: "{{ kube_config_dir }}/{{ item.item }}" |
|
|
|
state: "{{ item.changed | ternary('latest','present') }}" |
|
|
|
with_items: "{{ rendering.results }}" |
|
|
|
when: |
|
|
|