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
This commit is contained in:
Robin Schneider
2016-08-02 21:12:51 +02:00
committed by Matt Clay
parent 3170180049
commit f408a4db02
3 changed files with 5 additions and 5 deletions

View File

@@ -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