Update task handler naming to a more explicit message

This commit is contained in:
Jose M 2019-09-09 13:07:03 +02:00
parent 1ad5763e00
commit be977fa9ac

View File

@ -77,10 +77,10 @@
state: directory
- name: Windows | Installing agent configuration (ossec.conf)
win_template:
template:
src: var-ossec-etc-ossec-agent.conf.j2
dest: "{{ wazuh_agent_win_path }}ossec.conf"
notify: restart wazuh-agent windows
notify: Windows | Restart Wazuh Agent
tags:
- config
@ -88,11 +88,11 @@
win_template:
src: var-ossec-etc-local-internal-options.conf.j2
dest: "{{ wazuh_agent_win_path }}local_internal_options.conf"
notify: restart wazuh-agent windows
notify: Windows | Restart Wazuh Agent
tags:
- config
- name: Windows | Delete downloaded Wazuh agent installer file
win_file:
path: C:\wazuh-agent-installer.msi
path: "{{ wazuh_winagent_config.download_dir }}wazuh-agent-{{ wazuh_winagent_config.version }}-{{ wazuh_winagent_config.revision }}.msi"
state: absent