From 28c0f7f5b55a72208395086e6dd21a901c72e225 Mon Sep 17 00:00:00 2001 From: Nicolas Lang Date: Mon, 7 Apr 2025 09:11:52 +0000 Subject: [PATCH] Modif chemin zabbix.conf.php --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 01507ae..245350c 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -75,7 +75,7 @@ - name: "Copie fichier template" ansible.builtin.template: src: /root/ansible/roles/zabbix-server/templates/zabbix.conf.php.j2 - dest: /usr/share/zabbix/ui/zabbix.conf.php + dest: /usr/share/zabbix/ui/conf/zabbix.conf.php owner: www-data group: www-data mode: 0660