Skip to content

Commit

Permalink
Fix template indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Mtze committed Jan 26, 2022
1 parent 626ff2d commit a418df8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions roles/artemis/templates/application-prod.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ artemis:
user: {{ user_management.jira.user }}
password: {{ user_management.jira.password }}
admin-group-name: {{ user_management.jira.admin_group}}
password-reset:
credential-provider: {{artemis_external_password_provider }}
links:
en: '{{ artemis_external_password_reset_link_en }}'
de: '{{ artemis_external_password_reset_link_de }}'
password-reset:
credential-provider: {{artemis_external_password_provider }}
links:
en: '{{ artemis_external_password_reset_link_en }}'
de: '{{ artemis_external_password_reset_link_de }}'
{% else %}
use-external: false
{% endif %}
Expand Down

0 comments on commit a418df8

Please sign in to comment.