mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-22 12:03:58 -07:00
Use HTTPS instead of legacy HTTP for ansible.com (#16870)
Mechanical edit done by this "one-liner": ```Shell 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\.|galaxy\.|)ansible\.com#https://\1ansible.com#g;' ``` Related to: https://github.com/ansible/ansible/issues/16869
This commit is contained in:
parent
f775996209
commit
3700bcb6dd
13 changed files with 21 additions and 21 deletions
|
@ -8,7 +8,7 @@
|
|||
Name: %{name}
|
||||
Version: %{ansible_version}
|
||||
Release: 1%{?dist}
|
||||
Url: http://www.ansible.com
|
||||
Url: https://www.ansible.com
|
||||
Summary: SSH-based application deployment, configuration management, and IT orchestration platform
|
||||
License: GPLv3
|
||||
Group: Development/Libraries
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue