mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 03:23:08 +08:00
Another attempt to auto-indent
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
@@ -6,7 +6,8 @@ metadata:
|
||||
labels:
|
||||
app: elections
|
||||
data:
|
||||
{%- macro load_file(filename) %} {% include filename %}{%- endmacro -%}
|
||||
alembic.ini: |-
|
||||
{% include('alembic.ini') | indent %}
|
||||
{% load_file('alembic.ini') | indent %}
|
||||
fedora-elections.cfg: |-
|
||||
{% include('fedora-elections.cfg') | indent %}
|
||||
{% load_file('fedora-elections.cfg') | indent %}
|
||||
|
||||
Reference in New Issue
Block a user