Anyone have any updates on this? It looks like the issue is because Ansible is calling the remote PowerShell Session, but isn't doing it as a "Run As Administrator". I was able to take the script and run it, but unless I do it from a Administrator session it doesn't actually install. Does anyone see a way to have Ansible call the PowerShell session with the run as? Do you know if it works if I do it with Kerberos rather than the local Administrator account?
On Thursday, September 17, 2015 at 6:45:56 AM UTC-7, Dimitri Yioulos wrote: > > Any more ideas on this? > > On Wednesday, September 2, 2015 at 12:57:51 PM UTC-4, Dimitri Yioulos > wrote: >> >> I'm trying to use the extras module win_updates to update my Windows >> servers. The play runs without failure, but no updates are applied. >> >> Ideally, I want the install all available updates (e.g. critical, >> important, optional, etc.). I've created a play to look like this: >> >> --- >> >> - hosts: windows >> gather_facts: true >> >> tasks: >> - name: win update >> win_updates: >> category: security >> >> What do I need to do to make this install the updates, and how to I >> install all available updates? >> >> Thanks. >> >> Dimitri >> > -- 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/d5af4581-225a-4b80-839c-409bf2fdc541%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
