Skip to content

Commit

Permalink
Fix Windows zabbix-agent (#1311)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-sieg authored Jun 30, 2024
1 parent 75c36ce commit 54e8174
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelogs/fragments/pr_1311.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bugfixes:
- zabbix-agent Fix Configure zabbix-agent #1310
2 changes: 1 addition & 1 deletion roles/zabbix_agent/tasks/Windows_conf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

- name: "Windows | Configure zabbix-agent"
ansible.windows.win_template:
src: "{{ zabbix_win_config_name }}.j2"
src: agent.conf.j2
dest: "{{ zabbix_win_install_dir_conf }}\\{{ zabbix_win_config_name }}"
notify: restart win zabbix agent
tags:
Expand Down

0 comments on commit 54e8174

Please sign in to comment.