Is your feature request related to a problem? Please describe
Perusing the code it appears the windows_file module does not implement the template function, which might be the most immediately useful part of pyinfra for me right off the bat. Am I mistaken and is there a way to use this feature since seemingly the windows_file.put operation just needs to be invoked instead of the file.put at the end of the templating logic?
Is your feature request related to a problem? Please describe
Perusing the code it appears the windows_file module does not implement the template function, which might be the most immediately useful part of pyinfra for me right off the bat. Am I mistaken and is there a way to use this feature since seemingly the windows_file.put operation just needs to be invoked instead of the file.put at the end of the templating logic?
Describe the solution you'd like
Support template in windows_file operations