Merge pull request #3265 from torvitas/fix_metallb_configuration

[bugfix] fix path to metallb configuration
This commit is contained in:
k8s-ci-robot 2018-09-13 14:47:38 -07:00 committed by GitHub
commit b227e44498
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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