mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
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:
committed by
Matt Clay
parent
3170180049
commit
f408a4db02
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user