Re: [ansible-devel] Developing new module, that includes filetransfer

2020-03-30 Thread Alex Høffner
Thanks a bunch Felix, I'll have a look at it !! /Alex On Monday, March 30, 2020 at 1:51:46 PM UTC+2, Felix Fontein wrote: > > Hi Alex, > > > I am currently developing a module (actually for windows over ssh). > > The module requires a filetransfer from the controller. Of course I > > could just

Re: [ansible-devel] Developing new module, that includes filetransfer

2020-03-30 Thread 'Felix Fontein' via Ansible Development
Hi Alex, > I am currently developing a module (actually for windows over ssh). > The module requires a filetransfer from the controller. Of course I > could just use win_copy first, but I would like the module to be more > self-contained. > > But I cannot work out how to achieve a filetransfer.

[ansible-devel] Developing new module, that includes filetransfer

2020-03-30 Thread Alex Høffner
Hi I am currently developing a module (actually for windows over ssh). The module requires a filetransfer from the controller. Of course I could just use win_copy first, but I would like the module to be more self-contained. But I cannot work out how to achieve a filetransfer. I have looked at