diff options
author | Kerim Satirli <ksatirli@users.noreply.github.com> | 2015-11-27 10:09:55 +0100 |
---|---|---|
committer | Brian Coca <brian.coca+git@gmail.com> | 2015-11-27 11:15:57 -0800 |
commit | 4e6442fd190faaf11580334ac9238885d21e5653 (patch) | |
tree | 4e8c4ce283b8ea941d3f1f60f74e0aa4fbae4ffe /docsite | |
parent | 126249d69abba164efdeab57921c22cbf0ac2a52 (diff) | |
download | ansible-4e6442fd190faaf11580334ac9238885d21e5653.tar.gz |
removes editorial
I feel that Ansible is above the "my hosted Git community is better than yours" discussion and thus removed the editorial around Bitbucket
Diffstat (limited to 'docsite')
-rw-r--r-- | docsite/rst/galaxy.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docsite/rst/galaxy.rst b/docsite/rst/galaxy.rst index 8df268175a..1b9475c418 100644 --- a/docsite/rst/galaxy.rst +++ b/docsite/rst/galaxy.rst @@ -77,14 +77,14 @@ And here's an example showing some specific version downloads from multiple sour # from galaxy - src: yatesr.timezone - # from github + # from GitHub - src: https://github.com/bennojoy/nginx - # from github installing to a relative path + # from GitHub installing to a relative path - src: https://github.com/bennojoy/nginx path: vagrant/roles/ - # from github, overriding the name and specifying a specific tag + # from GitHub, overriding the name and specifying a specific tag - src: https://github.com/bennojoy/nginx version: master name: nginx_role @@ -93,15 +93,15 @@ And here's an example showing some specific version downloads from multiple sour - src: https://some.webserver.example.com/files/master.tar.gz name: http-role - # from bitbucket, if bitbucket happens to be operational right now :) + # from Bitbucket - src: git+http://bitbucket.org/willthames/git-ansible-galaxy version: v1.4 - # from bitbucket, alternative syntax and caveats + # from Bitbucket, alternative syntax and caveats - src: http://bitbucket.org/willthames/hg-ansible-galaxy scm: hg - # from gitlab or other git-based scm + # from GitLab or other git-based scm - src: git@gitlab.company.com:mygroup/ansible-base.git scm: git version: 0.1.0 |