Commit graph

5 commits

Author SHA1 Message Date
Corwin Brown
1c36ff10a0 Converting result to snake_case before returning 2016-03-02 09:54:31 -06:00
Corwin Brown
9ae9d04eab 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-02-08 15:52:45 -06:00
Corwin Brown
4bc04cd997 bug fixes 2015-10-28 11:55:19 -05:00
Corwin Brown
7c12ed8af0 Using Get-AnsibleParam
conflict

typo
2015-10-27 15:08:03 -05:00
Corwin Brown
c35c37258f Adding win_uri module 2015-10-13 09:47:56 -05:00