Skip to content

Commit

Permalink
Fixed Molecule
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrodie18 committed Apr 14, 2024
1 parent f59a4e8 commit ac4e647
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def zabbix_agent_conf(host):
if host.system_info.distribution in ["opensuse"]:
passwd = host.file("/etc/zabbix/zabbix-agentd.conf")
else:
passwd = host.file("/etc/zabbix/zabbix_agent2.conf")
passwd = host.file("/etc/zabbix/zabbix_agent2d.conf")

return passwd

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def zabbix_agent_conf(host):
if host.system_info.distribution in ["opensuse"]:
passwd = host.file("/etc/zabbix/zabbix-agentd.conf")
else:
passwd = host.file("/etc/zabbix/zabbix_agent2.conf")
passwd = host.file("/etc/zabbix/zabbix_agent2d.conf")

return passwd

Expand Down
2 changes: 1 addition & 1 deletion roles/zabbix_agent/tasks/Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
zabbix_win_config_name: "zabbix_agentd.conf"
zabbix2_win_svc_name: Zabbix Agent 2
zabbix2_win_exe_path: '{{ zabbix_win_install_dir }}\bin\zabbix_agent2.exe'
zabbix2_win_config_name: "zabbix_agent2.conf"
zabbix2_win_config_name: "zabbix_agent2d.conf"
tags:
- always

Expand Down

0 comments on commit ac4e647

Please sign in to comment.