From 57eefdd4584fcd6f660a8aca2131b35e81363cd4 Mon Sep 17 00:00:00 2001
From: Maxime Guyot <Miouge1@users.noreply.github.com>
Date: Fri, 3 Jul 2020 08:38:47 +0200
Subject: [PATCH] Fix azure-cloud-config.j2 JSON syntax (#6364)

---
 .../node/templates/cloud-configs/azure-cloud-config.j2          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/roles/kubernetes/node/templates/cloud-configs/azure-cloud-config.j2 b/roles/kubernetes/node/templates/cloud-configs/azure-cloud-config.j2
index ffb792612..c3964da17 100644
--- a/roles/kubernetes/node/templates/cloud-configs/azure-cloud-config.j2
+++ b/roles/kubernetes/node/templates/cloud-configs/azure-cloud-config.j2
@@ -1,5 +1,5 @@
 {
-  "cloud": "{{ azure_cloud }}"
+  "cloud": "{{ azure_cloud }}",
   "tenantId": "{{ azure_tenant_id }}",
   "subscriptionId": "{{ azure_subscription_id }}",
   "aadClientId": "{{ azure_aad_client_id }}",
-- 
GitLab