From 73c736b2f032eb9ea7f8cd0247a1f866ec706669 Mon Sep 17 00:00:00 2001
From: pmikus <peter.mikus@protonmail.ch>
Date: Wed, 13 Dec 2023 08:36:04 +0000
Subject: feat(terraform): Remove ansible dependency

- terraform ansible is not supported on aarch

Signed-off-by: Peter Mikus <peter.mikus@protonmail.ch>
Change-Id: Ic87322a97325124780bc998cfa56a7c9b4ccef19
---
 fdio.infra.terraform/terraform-aws-2n-c7gn/hosts.tftpl | 1 -
 1 file changed, 1 deletion(-)

(limited to 'fdio.infra.terraform/terraform-aws-2n-c7gn')

diff --git a/fdio.infra.terraform/terraform-aws-2n-c7gn/hosts.tftpl b/fdio.infra.terraform/terraform-aws-2n-c7gn/hosts.tftpl
index f02586cc99..b943c3b0b0 100644
--- a/fdio.infra.terraform/terraform-aws-2n-c7gn/hosts.tftpl
+++ b/fdio.infra.terraform/terraform-aws-2n-c7gn/hosts.tftpl
@@ -6,4 +6,3 @@ all:
     sut:
       hosts:
         {{ dut1_public_ip | default() }}
-        {{ dut2_public_ip | default() }}
-- 
cgit