mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00: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:
@@ -14,7 +14,7 @@ pkgver=1.6.0.1835.ga1809a3
|
||||
pkgrel=1
|
||||
pkgdesc='Radically simple IT automation platform'
|
||||
arch=('any')
|
||||
url='http://www.ansible.com'
|
||||
url='https://www.ansible.com'
|
||||
license=('GPL3')
|
||||
depends=('python2' 'python2-paramiko' 'python2-jinja' 'python2-yaml')
|
||||
makedepends=('git' 'asciidoc' 'fakeroot')
|
||||
|
||||
@@ -11,7 +11,7 @@ supported_archs noarch
|
||||
|
||||
maintainers nomaintainer
|
||||
|
||||
homepage http://ansible.com/
|
||||
homepage https://ansible.com/
|
||||
description Radically simple IT automation
|
||||
long_description \
|
||||
Ansible is a radically simple model-driven configuration \
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user