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