Commit 8160092f authored by Simon Cornet's avatar Simon Cornet
Browse files

fix: config paths

parent c6b4afb4
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
# setup psk
- name: "setup psk"
  ansible.builtin.template:
    src: "templates/zabbix/agent/zabbix_agent.psk.j2"
    src: "templates/zabbix/zabbix_agent.psk.j2"
    dest: "/etc/zabbix/zabbix_agent.psk"
    owner: "zabbix"
    group: "zabbix"
@@ -13,7 +13,7 @@
# config agent
- name: "config agent"
  ansible.builtin.template:
    src: "templates/zabbix/agent/zabbix_agent.conf.j2"
    src: "templates/zabbix/zabbix_agent.conf.j2"
    dest: "/etc/zabbix/zabbix_agent2.conf"
    owner: "root"
    group: "root"