Update zabbix-agent/main.yaml

This commit is contained in:
David Lopez 2023-08-22 09:51:07 +00:00
parent 119c26df03
commit 9499af8321
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
- name: Create new zabbix config file from template
become: yes
template:
src: "templates/zabbix_agentd.conf.j2"
src: "zabbix_agentd.conf.j2"
dest: "/etc/zabbix/zabbix_agentd.conf"
- name: Start service zabbix-agent