Please see this thread on the development mailing list https://groups.google.com/d/msg/ansible-devel/Jl5qP73CiKo/gGHQFaa9QvUJ
Jon On Friday, May 1, 2015 at 3:43:58 PM UTC+1, John Jelinek wrote: > > Is a win_copy (and win_file / win_template) plugin anticipated for the v2 > launch? > > On Friday, May 1, 2015 at 2:41:51 AM UTC-5, J Hawkesworth wrote: >> >> Hi, >> >> What version of Windows are you targeting? >> >> Is it a fresh image? Is it up to date with windows updates? >> >> What version of Powershell is running on the windows host? >> >> Can you run any Powershell directly on the windows machine (using the >> same user that you are connecting as)? >> >> Jon >> >> On Friday, May 1, 2015 at 3:32:29 AM UTC+1, [email protected] wrote: >>> >>> Another possible solution though I have failed to find a good one. >>> As a note if you are using 64 bit windows then the path might be >>> windows.powershell32 >>> >>> >>> http://blogs.technet.com/b/heyscriptingguy/archive/2013/07/30/learn-how-to-configure-powershell-memory.aspx >>> >>> >>> >>> On Wednesday, April 29, 2015 at 2:48:32 PM UTC-5, [email protected] >>> wrote: >>>> >>>> ansible --version >>>> ansible 2.0.0 >>>> configured module search path = None >>>> >>>> >>>> I receive this error when attempting to use wincopy. >>>> But I do see win_copy in modules >>>> >>>> ls /usr/lib/python2.7/site-packages/ansible/modules/core/windows/ >>>> copy.ps1 setup.ps1 win_copy.pyo win_feature.pyo >>>> win_get_url.pyo win_group.pyo win_msi.pyo win_ping.pyo >>>> win_service.pyo win_stat.pyo win_user.ps1 >>>> __init__.py slurp.ps1 win_feature.ps1 win_get_url.ps1 >>>> win_group.ps1 win_msi.ps1 win_ping.ps1 win_service.ps1 >>>> win_stat.ps1 win_template.py win_user.py >>>> __init__.pyc win_copy.py win_feature.py win_get_url.py >>>> win_group.py win_msi.py win_ping.py win_service.py win_stat.py >>>> win_template.pyc win_user.pyc >>>> __init__.pyo win_copy.pyc win_feature.pyc win_get_url.pyc >>>> win_group.pyc win_msi.pyc win_ping.pyc win_service.pyc >>>> win_stat.pyc win_template.pyo win_user.pyo >>>> >>>> -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/546718fe-1fd9-4b71-9d64-3f5674cc7aa5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
