summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJames Cammarata <jcammarata@ansibleworks.com>2013-12-19 13:20:42 -0600
committerJames Cammarata <jcammarata@ansibleworks.com>2013-12-19 13:21:04 -0600
commitafa8f36f6bea9d834d0a4aaa409260fe9ca9eef1 (patch)
treea99642d0fa1194898d2dcdd6e2231ba8350ff06d /bin
parent993e0f057e84cc0c8357fcb3b6cf0e48f077f258 (diff)
downloadansible-afa8f36f6bea9d834d0a4aaa409260fe9ca9eef1.tar.gz
Default deps list in ansible-galaxy template to an empty list
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ansible-galaxy4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/ansible-galaxy b/bin/ansible-galaxy
index d1d278a45a..4bad166f21 100755
--- a/bin/ansible-galaxy
+++ b/bin/ansible-galaxy
@@ -68,9 +68,11 @@ galaxy_info:
{%- for category in categories %}
#- {{ category.name }}
{%- endfor %}
-dependencies:
+dependencies: []
# List your role dependencies here, one per line. Only
# dependencies available via galaxy should be listed here.
+ # Be sure to remove the '[]' above if you add dependencies
+ # to this list.
{% for dependency in dependencies %}
#- {{ dependency }}
{% endfor %}