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/72961b66-f3f9-4b0a-834a-226598411180%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
