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:
Robin Schneider 2017-02-16 01:09:33 +01:00 committed by scottb
commit 3700bcb6dd
13 changed files with 21 additions and 21 deletions

View file

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