From f68d051432b49398ea9d2d348cf524bf1e3cbb37 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Tue, 28 Jun 2022 13:37:02 +0530 Subject: [PATCH] fix: provision.yml template error ref: https://gitea.hostea.org/Hostea/dashboard/issues/9 --- infrastructure/templates/infrastructure/yml/provision.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/templates/infrastructure/yml/provision.yml b/infrastructure/templates/infrastructure/yml/provision.yml index ab67c1e..69cb524 100644 --- a/infrastructure/templates/infrastructure/yml/provision.yml +++ b/infrastructure/templates/infrastructure/yml/provision.yml @@ -1 +1 @@ -openstack_flavor: {{ vm_size }} +openstack_flavor: "{{ '{' }}{{ '{' }} {{ vm_size }} {{ '}' }}{{ '}' }}"