Commit afa8f36f by James Cammarata

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

parent 993e0f05
......@@ -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 %}
......
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