mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 03:41:25 -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
2
setup.py
2
setup.py
|
@ -24,7 +24,7 @@ setup(
|
|||
description='Radically simple IT automation',
|
||||
author=__author__,
|
||||
author_email='info@ansible.com',
|
||||
url='http://ansible.com/',
|
||||
url='https://ansible.com/',
|
||||
license='GPLv3',
|
||||
# Ansible will also make use of a system copy of python-six and
|
||||
# python-selectors2 if installed but use a Bundled copy if it's not.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue