diff --git a/tasks/config.yaml b/tasks/config.yaml index 49e83d9..08f8063 100644 --- a/tasks/config.yaml +++ b/tasks/config.yaml @@ -3,7 +3,7 @@ # config server - name: "config server" ansible.builtin.template: - src: "templates/zabbix/server/zabbix_server.conf.j2" + src: "templates/zabbix/zabbix_server.conf.j2" dest: "/etc/zabbix/zabbix_server.conf" owner: "root" group: "root"