summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAli Asad Lotia <ali.asad.lotia@zeebox.com>2014-09-24 22:47:12 +0100
committerAli Asad Lotia <ali.asad.lotia@zeebox.com>2014-09-24 22:47:12 +0100
commit9083643a7e1cb11b9011aa96584d0ec46d27ead0 (patch)
tree9366f53035b909dc890c3e5e4c47a5341d128a4f /bin
parent86edd0381c8b330fd305b99c7996551d76701b39 (diff)
downloadansible-9083643a7e1cb11b9011aa96584d0ec46d27ead0.tar.gz
Clean up template comment text in ansible-galaxy
Since support for non-galaxy templates is available in 1.8, the existing comment in the default_meta_template requiring specified dependencies be available via galaxy was no longer valid. That comment is now removed.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ansible-galaxy3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/ansible-galaxy b/bin/ansible-galaxy
index adc93166bf..5157efe1d5 100755
--- a/bin/ansible-galaxy
+++ b/bin/ansible-galaxy
@@ -80,8 +80,7 @@ galaxy_info:
#- {{ category.name }}
{%- endfor %}
dependencies: []
- # List your role dependencies here, one per line. Only
- # dependencies available via galaxy should be listed here.
+ # List your role dependencies here, one per line.
# Be sure to remove the '[]' above if you add dependencies
# to this list.
{% for dependency in dependencies %}