mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07:00
Default deps list in ansible-galaxy template to an empty list
This commit is contained in:
parent
993e0f057e
commit
afa8f36f6b
1 changed files with 3 additions and 1 deletions
|
@ -68,9 +68,11 @@ galaxy_info:
|
||||||
{%- for category in categories %}
|
{%- for category in categories %}
|
||||||
#- {{ category.name }}
|
#- {{ category.name }}
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
dependencies:
|
dependencies: []
|
||||||
# List your role dependencies here, one per line. Only
|
# List your role dependencies here, one per line. Only
|
||||||
# dependencies available via galaxy should be listed here.
|
# 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 %}
|
{% for dependency in dependencies %}
|
||||||
#- {{ dependency }}
|
#- {{ dependency }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue