1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/roles/zabbix_server/handlers/main.yml

8 lines
174 B
YAML

---
- name: restart zabbix server
service: name=zabbix-server-pgsql state=restarted
- name: restart php-fpm@zabbix-web
service: name=php-fpm@zabbix-web state=restarted