From 5288b88fcdebcd8864001cf82b6628d4ab2abf25 Mon Sep 17 00:00:00 2001 From: Jose Date: Sun, 14 Dec 2025 06:56:35 +0100 Subject: [PATCH] =?UTF-8?q?fix=20=F0=9F=90=9B:=20Update=20VM=20IP=20addres?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit updates the virtual machine's IP address to 192.168.2.3/24, resolving an issue with network connectivity during testing. This change ensures proper network access for the testing environment. The change was made to align with the latest network configuration. --- tasks/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/testing.yml b/tasks/testing.yml index b4fa3d5..b64af20 100644 --- a/tasks/testing.yml +++ b/tasks/testing.yml @@ -101,7 +101,7 @@ storage: local-lvm disk_size: 8G # vlan: 50 - ip_address: 192.168.2.98/24 + ip_address: 192.168.2.3/24 gateway: 192.168.2.1 nameservers: - 192.168.2.100