Skip to content

Commit 1b64a0b

Browse files
committed
No values should be surrounded by quotes
1 parent 41096f3 commit 1b64a0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/ecs.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ECS_LOGFILE=/log/ecs-agent.log
22
ECS_AVAILABLE_LOGGING_DRIVERS={{ ubuntu_ecs_agent_logging_drivers | to_json }}
33
ECS_DATADIR={{ ubuntu_ecs_agent_data_path }}
44
ECS_LOGLEVEL={{ ubuntu_ecs_agent_loglevel }}
5-
ECS_CLUSTER="{{ ubuntu_ecs_agent_cluster_name }}"
5+
ECS_CLUSTER={{ ubuntu_ecs_agent_cluster_name }}
66
ECS_ENABLE_TASK_IAM_ROLE={{ ubuntu_ecs_agent_enable_iam_role | to_json }}
77
ECS_ENABLE_TASK_IAM_ROLE_NETWORK_HOST={{ ubuntu_ecs_agent_enable_task_iam_role_network_host | to_json }}
88
ECS_RESERVED_PORTS={{ ubuntu_ecs_agent_reserved_ports }}

0 commit comments

Comments
 (0)