Added task to delete checksum file
This commit is contained in:
parent
b8e2fb676b
commit
f2ec14038f
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user