forked from infra/ansible
zabbix: fix typo on helm values template.
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
parent
0b9ff51e27
commit
c098712064
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
- name: Generate the zabbix-values.yaml from template
|
||||
ansible.builtin.template:
|
||||
src: "values.yaml.j2"
|
||||
src: "zabbix-values.yaml.j2"
|
||||
dest: "/root/ocp4/openshift-apps/zabbix-proxy/zabbix-values.yaml"
|
||||
mode: "0770"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue