Commit 63b31eec by James Cammarata Committed by James Tanner

Default deps list in ansible-galaxy template to an empty list

parent 241b294e
......@@ -69,9 +69,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 %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment