[ansible-project] Re: Win_Service not working in handler?

2017-06-25 Thread 'J Hawkesworth' via Ansible Project
Is zabbix_agentd.conf being updated. Since you have spaces in the dest, I think you *might* need to quote the dest like this dest: 'C:\Program Files\Zabbix Agent\zabbix_agentd.conf' ( Use single quotes - ' ' not double quotes " " - if you use double quotes you have to have double backslashes

[ansible-project] Re: Win_Service not working in handler?

2017-06-21 Thread David Baumann
is "Configure zabbix-agent" reporting a change ? Am Mittwoch, 21. Juni 2017 16:35:05 UTC+2 schrieb Onallion: > > Hi, > > I am running a playbook with a task that calls a handler like so: > - name: "Configure zabbix-agent" > win_template: > src: zabbix_agentd.conf.j2 > dest: C:\Program Fi