fix path to configuration

pull/3265/head
Sascha Marcel Schmidt 2018-09-07 14:47:34 +02:00
parent 53a685dbf8
commit cd3b30d3bf
No known key found for this signature in database
GPG Key ID: D1D6CE184437796D
1 changed files with 1 additions and 1 deletions

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: