summaryrefslogtreecommitdiff
path: root/windows/win_uri.py
diff options
context:
space:
mode:
authorRobin Schneider <ypid@riseup.net>2016-08-02 21:12:51 +0200
committerRené Moser <mail@renemoser.net>2016-08-02 21:12:51 +0200
commit57c142b6ed633938c77ce115f5d4573352e0ce4f (patch)
tree0751fb21357f1ab0acba71bb99c1301694d34a97 /windows/win_uri.py
parent11c86c969640aa6f131eb1e0da6cd4934fe55fce (diff)
downloadansible-modules-extras-57c142b6ed633938c77ce115f5d4573352e0ce4f.tar.gz
Use HTTPS instead of legacy HTTP for ansible.com (#2636)
Mechanical edit done by this "one-liner": git ls-files -z "$(git rev-parse --show-toplevel)" | xargs --null -I '{}' find '{}' -type f -print0 | xargs --null sed --in-place --regexp-extended 's#http://www\.ansible\.com#https://www.ansible.com#g;' Related to: https://github.com/ansible/ansible/issues/16869
Diffstat (limited to 'windows/win_uri.py')
-rw-r--r--windows/win_uri.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/win_uri.py b/windows/win_uri.py
index f4d0e459..7045f70b 100644
--- a/windows/win_uri.py
+++ b/windows/win_uri.py
@@ -104,7 +104,7 @@ url:
description: The Target URL
returned: always
type: string
- sample: "http://www.ansible.com"
+ sample: "https://www.ansible.com"
method:
description: The HTTP method used.
returned: always