Hey, Not sure if either of these are the answer but a couple of things you can try..
Try using win_shell instead of win_command. I think it may handle args differently (because it is running inside a shell). Another thing you could try is using with_items to pass each of the packages you are installing separately, thereby avoiding the comma in your command line. Probably a bit slower but if it works it might be good enough for you to move on to the next thing. Hope this helps, Jon -- 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/9c0d8e30-e7c7-4fe5-9e87-2149fab492d2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
