Update to 2022-01-17 10:00

This commit is contained in:
Daniel Berteaud
2022-01-17 10:00:06 +01:00
parent 106aeda320
commit 3aef495c77
4 changed files with 13 additions and 6 deletions

View File

@@ -7,3 +7,9 @@
- name: Install server scripts
copy: src=../zabbix_server/files/scripts/ dest=/var/lib/zabbix/bin/
tags: zabbix
- name: Make scripts executable
file: path=/var/lib/zabbix/bin/{{ item }} mode=755
loop:
- check_cert.pl
tags: zabbix