Skip to content

Commit

Permalink
feat: Use Zabbix 7.0 templates (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Dec 14, 2024
1 parent 8e41769 commit 87f7698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/config/tasks/templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
community.zabbix.zabbix_template:
state: present
template_yaml: "{{ lookup('ansible.builtin.file', item) }}"
with_items: '{{ templates.files | selectattr("path", "match", ".*/6\.4/.*") | map(attribute="path") }}'
with_items: '{{ templates.files | selectattr("path", "match", ".*/7\.0/.*") | map(attribute="path") }}'

- name: 'RaBe Zabbix : Data Collection : Templates : Cleanup Tempdir'
ansible.builtin.file:
Expand Down

0 comments on commit 87f7698

Please sign in to comment.