Marius Alwan Meyer
af023c0487
Some checks failed
ansible-lint / Ansible Lint (push) Failing after 12s
8 lines
183 B
YAML
8 lines
183 B
YAML
gitea_defaults:
|
|
gitea_vars: |
|
|
{%- if gitea is defined and gitea is iterable -%}
|
|
{{ gitea_defaults | combine(gitea, recursive=True) }}
|
|
{%- else -%}
|
|
{{ gitea }}
|
|
{%- endif -%}
|