[ansible-project] Re: cannot get win_template to work

2015-05-29 Thread J Hawkesworth
Which ansible version are you using? 1.9.1 contains the action plugin for win_template, but needs win_file and win_copy modules to work, which weren't included in that release. I just pushed a couple of PRs to improve win_copy / win_file / win_template and would be grateful for any feedback if

[ansible-project] Re: cannot get win_template to work

2015-05-28 Thread Jake Dupuy
Thanks for the reply, I've got a work around but do need to figure out what was going wrong: - name: create script locally local_action: template dest={{ my_dest }} src={{ my_template }} - name: run ps script on remote script: {{ my_ps_script }} On Thursday, May 28, 2015 at 7:04:42 AM