make ansible-lint happy
Some checks failed
ansible-lint / Ansible Lint (push) Failing after 12s

This commit is contained in:
2023-04-28 22:30:47 +00:00
parent c900fefb03
commit af023c0487
2 changed files with 19 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
gitea_defaults:
gitea_vars: |
{%- if gitea is defined and gitea is iterable -%}
{{ gitea_defaults | combine (gitea, recursive=True) }}
{{ gitea_defaults | combine(gitea, recursive=True) }}
{%- else -%}
{{ gitea }}
{%- endif -%}