summaryrefslogtreecommitdiffstats
path: root/roles/cgit/templates/cgitrepos
blob: e5b2cd693aefdd80a91038d9d445555f6aeefc5f (plain)
1
2
3
4
5
6
7
8
{% if git_repositories is defined %}
{% for repo in git_repositories %}
repo.url={{ repo.name }}
repo.path={{ repo.path }}
repo.desc={{ repo.desc }}
repo.owner={{ repo.owner }}
{% endfor %}
{% endif %}