diff options
author | Robin Schneider <ypid@riseup.net> | 2017-02-16 01:09:33 +0100 |
---|---|---|
committer | scottb <dharmabumstead@users.noreply.github.com> | 2017-02-16 01:09:33 +0100 |
commit | 3700bcb6dd3df3e24defd9d1636253dd66e02174 (patch) | |
tree | b50de38f21be9053adb1afde4042842ac6697c04 /packaging/macports | |
parent | add 'version_added' field for environment_variables option in lambda.py (#21500) (diff) | |
download | ansible-3700bcb6dd3df3e24defd9d1636253dd66e02174.tar.xz ansible-3700bcb6dd3df3e24defd9d1636253dd66e02174.zip |
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
Diffstat (limited to 'packaging/macports')
-rw-r--r-- | packaging/macports/sysutils/ansible/Portfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/macports/sysutils/ansible/Portfile b/packaging/macports/sysutils/ansible/Portfile index b123fc58ff..281e7ee961 100644 --- a/packaging/macports/sysutils/ansible/Portfile +++ b/packaging/macports/sysutils/ansible/Portfile @@ -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 \ |