Files
community.general/lib/ansible/modules/extras/windows
Corwin Brown ac620b79dd Added UseBasicParsing flag
win_uri uses "Invoke-WebRequest" under the covers, which apparently
uses Internet Explorer to parse a webpage. The problem is if a user
has never run Internet Explorer, it will be unable to do that. The
work around for this is to set the "-UseBasicParsing" flag.

The only advantage to having the Internet Explorer parsed page is
that you can then access the DOM as if it was a powershell
argument. That doesn't seem super useful for Ansible to be able
to do, so I set the default to be "-UseBasicParsing"
2016-12-08 11:33:52 -05:00
..
2016-12-08 11:32:22 -05:00
2016-12-08 11:33:47 -05:00
2016-12-08 11:33:47 -05:00
2016-12-08 11:33:05 -05:00
2016-12-08 11:32:42 -05:00
2016-12-08 11:32:54 -05:00
2016-12-08 11:32:53 -05:00
2016-12-08 11:33:24 -05:00
2016-12-08 11:33:52 -05:00
2016-12-08 11:33:52 -05:00
2016-12-08 11:33:05 -05:00