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.
pull/9129/head
Ali Asad Lotia 10 years ago
parent 86edd0381c
commit 9083643a7e

@ -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 %}

Loading…
Cancel
Save