Skip to content

Commit c008248

Browse files
authored
Update alloy.j2 to correctly embed env file variable options (#344)
2 parents 21bb89c + 5564878 commit c008248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/alloy/templates/alloy.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ CONFIG_FILE="/etc/alloy/config.alloy"
66
RESTART_ON_UPGRADE=true
77

88
{% for key, value in alloy_env_file_vars.items() %}
9-
{{ key}}={{value}}
9+
{{ key}}="{{value}}"
1010
{% endfor %}

0 commit comments

Comments
 (0)