fix: config paths

This commit is contained in:
Simon Cornet 2025-04-16 17:52:19 +02:00
commit 8160092f69

View file

@ -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"