Can someone confirm that ansible.windows.win_get_url
does not download the file when run with --check
?
The documentation for ansible.builtin.get_url
states that (since 2.4) the file is not downloaded when run with --check
. Does ansible.windows.win_get_url
behave the same way?