Update to 2022-04-16 01:01

This commit is contained in:
Daniel Berteaud 2022-04-16 01:01:46 +02:00
parent 26096fd307
commit 9e31157a07
3 changed files with 5 additions and 4 deletions

View File

@ -5,8 +5,8 @@
element_id: element
# Version to deploy, and expected sha256
element_version: 1.10.9
element_archive_sha256: 48d319fc4b642c8cb54fe0b4f890c000d1c0ea1f1d338d1ef228c4ca044ce27a
element_version: 1.10.10
element_archive_sha256: 20db4b05a23a32d2523de8b36b51f7dd5841c3390dce88f1e6f68b3938cce0f6
# Where to install element
element_root_dir: /opt/matrix/element

View File

@ -1,2 +1,2 @@
---
zabbix_major_version: 5.4
zabbix_major_version: 6.0

View File

@ -8,7 +8,7 @@
- name: Install Zabbix Proxy
yum:
name:
name:
- zabbix-proxy-sqlite3
- zabbix-get
- zabbix-java-gateway
@ -19,6 +19,7 @@
- perl-DateTime-Format-ISO8601
- perl-Getopt-Long
- perl-Pod-Usage
state: "{{ zabbix_proxy_update | ternary('latest', 'present') }}"
notify: restart zabbix-proxy
register: zabbix_proxy_rpm
tags: zabbix