Skip to content

Commit

Permalink
Add in type & source to collections (#67)
Browse files Browse the repository at this point in the history
* Add in type & source to collections

* Fix spacing
  • Loading branch information
davidcba1 authored Jan 25, 2023
1 parent e45b99b commit d750eec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions roles/ee_builder/templates/requirements.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ collections:
{% if item.version is defined %}
version: {{ item.version }}
{% endif %}
{% if item.type is defined %}
type: {{ item.type }}
{% endif %}
{% if item.source is defined %}
source: {{ item.source }}
{% endif %}
{% endfor %}
{% endif %}
{% endif %}
Expand Down

0 comments on commit d750eec

Please sign in to comment.