Dashboard template should not suffix with .yml.j2
This commit is contained in:
parent
bd1f0bcfd7
commit
a4d3da6a8e
1 changed files with 9 additions and 9 deletions
|
@ -12,10 +12,10 @@
|
|||
|
||||
- name: Kubernetes Apps | Lay down dashboard template
|
||||
template:
|
||||
src: "{{item.file}}"
|
||||
src: "{{ item.file }}.j2"
|
||||
dest: "{{ kube_config_dir }}/{{ item.file }}"
|
||||
with_items:
|
||||
- {file: dashboard.yml.j2, type: deploy, name: kubernetes-dashboard}
|
||||
- { file: dashboard.yml, type: deploy, name: kubernetes-dashboard }
|
||||
register: manifests
|
||||
when: inventory_hostname == groups['kube-master'][0]
|
||||
|
||||
|
|
Loading…
Reference in a new issue