From f943e0eb1eadf4ec969aa2e1180393d6c130160a Mon Sep 17 00:00:00 2001 From: Debora Benedetto <debora.benedetto@hpe.com> Date: Tue, 19 Jul 2022 18:17:09 +0200 Subject: [PATCH] fix inventory template --- templates/ansible/ubuntu/inventory.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/ansible/ubuntu/inventory.tpl b/templates/ansible/ubuntu/inventory.tpl index b82f863..acec5a8 100644 --- a/templates/ansible/ubuntu/inventory.tpl +++ b/templates/ansible/ubuntu/inventory.tpl @@ -1,5 +1,5 @@ [{{ "servers_for_" ~ name }}] -instance_ip_{{ node.vm_name }} +{% raw %}{{ instance_ip_{% endraw %}{{ node.vm_name }} {% raw %}}}{% endraw %} [{{ "servers_for_" ~ name }}:vars] ansible_connection=ssh -- GitLab