From ea641b968407525867218e1d0579ed77f3c73a84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20=C5=A0imon?= Date: Wed, 4 Dec 2019 10:56:35 +0100 Subject: [PATCH] remove unnecessary trailing comma from validation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Linux templates have unnecessary trailing comma in validation which causes error. This PR removes it. Signed-off-by: Karel Šimon --- templates/_linux.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/_linux.yaml b/templates/_linux.yaml index b1a73cd2..72b61f6b 100644 --- a/templates/_linux.yaml +++ b/templates/_linux.yaml @@ -27,7 +27,7 @@ "rule": "integer", "message": "This VM requires more memory.", "min": {{ lookup('osinfo', osinfoname)["minimum_resources.architecture=x86_64|all.ram"] }} - }, + } ] labels: