From a560dd7739d6661ae99fe5694bd517ea347f9f63 Mon Sep 17 00:00:00 2001 From: Maksym Buz Date: Sun, 24 Aug 2025 15:24:20 +0200 Subject: [PATCH] Fixed a typo in the host name during the status check --- playbooks/zabbix_proxy_install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/zabbix_proxy_install.yml b/playbooks/zabbix_proxy_install.yml index 43ad05e..e72b87c 100644 --- a/playbooks/zabbix_proxy_install.yml +++ b/playbooks/zabbix_proxy_install.yml @@ -63,7 +63,7 @@ enabled: yes - name: Verify Zabbix Proxy Service - hosts: zabbix_proxy + hosts: zabbix-proxy become: yes tasks: - name: Check if Zabbix proxy service is running