I thought the win_* stuff was merged into 1.9? $ ansible --version ansible 2.0.0 (devel b08e35bb8a) last updated 2015/04/29 09:50:21 (GMT -500) lib/ansible/modules/core: (detached HEAD e95c0b2df3) last updated 2015/04/30 02:06:46 (GMT -500) lib/ansible/modules/extras: (detached HEAD 764a0e26b6) last updated 2015/04/30 02:06:48 (GMT -500) v2/ansible/modules/core: (detached HEAD 34784b7a61) last updated 2015/04/30 02:06:49 (GMT -500) v2/ansible/modules/extras: (detached HEAD 764a0e26b6) last updated 2015/04/30 02:06:50 (GMT -500) configured module search path = None
I'm probably just doing something wrong. - name: Copy PinnedApplications.ps1 to module path win_copy: src=PinnedApplications.ps1 dest="C:\Users\Administrator\Documents\WindowsPowerShell\Modules" $ ansible-playbook --ask-pass -i windows-testing windows-workstations.yml ERROR: win_copy is not a legal parameter in an Ansible task or handler -- 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/9335ffc7-fd89-419c-90c8-2d6c53a8806c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
