Hi@akhtar,
You can find the win_get_url module. This module is used to download files from a URL in the Windows system. You can see the below example.
- name: Download earthrise.jpg to specified path
  win_get_url:
    url: URL
    dest: C:\Users\RandomUser\earthrise.jpg