We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 21bb89c + 5564878 commit c008248Copy full SHA for c008248
roles/alloy/templates/alloy.j2
@@ -6,5 +6,5 @@ CONFIG_FILE="/etc/alloy/config.alloy"
6
RESTART_ON_UPGRADE=true
7
8
{% for key, value in alloy_env_file_vars.items() %}
9
-{{ key}}={{value}}
+{{ key}}="{{value}}"
10
{% endfor %}
0 commit comments