From 2814737ffcbe6a5e927c6fffccf4b989f0ce980f Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Wed, 18 Dec 2024 00:31:03 -0600 Subject: [PATCH] fixing config file name --- roles/lib/setup-zabbix-agent.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/lib/setup-zabbix-agent.yml b/roles/lib/setup-zabbix-agent.yml index a1b8b6b..8734613 100644 --- a/roles/lib/setup-zabbix-agent.yml +++ b/roles/lib/setup-zabbix-agent.yml @@ -26,7 +26,7 @@ - name: Update zabbix-agent2.conf ansible.builtin.lineinfile: - path: /etc/zabbix/zabbix-agent2.conf + path: /etc/zabbix/zabbix_agent2.conf regexp: '^Server=.*' line: 'Server=192.168.0.59' state: present