From 530b5dae10c2d6031b67bc355d0bae7a99b6199f Mon Sep 17 00:00:00 2001 From: pgijsbertsen <117165507+pgijsbertsen@users.noreply.github.com> Date: Fri, 28 Nov 2025 21:16:03 +0100 Subject: [PATCH] fix: Remove resolvconf install --- .forgejo/workflows/tofu-plan-k8s-wheatley.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml b/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml index c90f0f1..a995ed5 100644 --- a/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml +++ b/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml @@ -25,7 +25,6 @@ jobs: run: | apt-cache policy echo "Installing Wireguard..." - apt install resolvconf apt install wireguard echo "Installing Wireguard ✅" echo "Configuring Wireguard..."