forked from infra/ansible
zabbix: update the task to checkout correct helm chart
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
parent
c3b29e947c
commit
d1595d1420
1 changed files with 2 additions and 1 deletions
|
|
@ -8,8 +8,9 @@
|
|||
|
||||
- name: Git clone the Zabbix Helm Chart
|
||||
ansible.builtin.git:
|
||||
repo: "https://codeberg.org/fedora/forgejo-helm.git"
|
||||
repo: "https://git.zabbix.com/scm/zt/kubernetes-helm.git"
|
||||
dest: /tmp/zabbix-kubernetes-helm
|
||||
version: "release/7.0"
|
||||
|
||||
- name: Build Helm chart dependencies
|
||||
ansible.builtin.command:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue