Skip to content

Commit

Permalink
Fix incorrectly inserted endif with d237a77 (ansible-community#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
dosera authored and Rendanic committed Apr 3, 2024
1 parent aa4868a commit 15f81a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/client.hcl.j2
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,13 @@ client {
template {
{{ template_config(nomad_template_config) | replace('\'', '\"') }}
}
{% endif %}

{% if nomad_artifact -%}
artifact {
{% for key, value in nomad_artifact.items() %}
"{{ key }}" = "{{ value }}"
{% endfor -%}
{% endif %}
}
{% endif %}
}
Expand Down

0 comments on commit 15f81a9

Please sign in to comment.