Added task to delete checksum file

This commit is contained in:
David Correa Rodríguez 2023-08-31 14:40:21 +02:00
parent b8e2fb676b
commit f2ec14038f
No known key found for this signature in database
GPG Key ID: 8787C7C9FF271262

View File

@ -107,3 +107,8 @@
win_file: win_file:
path: "{{ wazuh_winagent_config.download_dir }}{{ wazuh_winagent_package_name }}" path: "{{ wazuh_winagent_config.download_dir }}{{ wazuh_winagent_package_name }}"
state: absent state: absent
- name: Windows | Delete downloaded checksum file
win_file:
path: "{{ wazuh_winagent_config.download_dir }}{{ wazuh_winagent_package_name }}.sha512"
state: absent