Commit 40ca1f6a authored by Simon Cornet's avatar Simon Cornet
Browse files

fix: zabbix_template location

parent 3302b047
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"