Push a file to a windows host

I’d like to push an msi file to my windows hosts and then install using the win_msi module. How to get the file to the windows hosts? Sorry for not asking a more detailed question, I’m pretty much stumped…

Can someone point me in the right direction?

Thanks !

There is currently not a win_copy (although there is a pull request)

You could use something like win_get_url to retrieve the file from an http location.