From 5254628c3ea3c52a823824079e1442ead6a77453 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Sat, 26 Jul 2025 08:12:13 +0200 Subject: [PATCH] ansible: remove fedora40 hosts from inventory Closes: https://github.com/nodejs/build/issues/4109 --- ansible/inventory.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/ansible/inventory.yml b/ansible/inventory.yml index bba227481..e19365591 100644 --- a/ansible/inventory.yml +++ b/ansible/inventory.yml @@ -91,8 +91,6 @@ hosts: - digitalocean: debian11-x64-1: {ip: 174.138.79.159, swap_file_size_mb: 2048} debian12-x64-1: {ip: 159.203.105.159, swap_file_size_mb: 2048} - fedora40-x64-1: {ip: 159.65.248.149} - fedora40-x64-2: {ip: 162.243.187.89} fedora41-x64-1: {ip: 165.227.191.35} fedora41-x64-2: {ip: 159.65.246.5} fedora42-x64-1: {ip: 174.138.62.120}