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

@@ -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