From 7bd2e066fdeb9f63615fe98f8e81f0530f5cd3a7 Mon Sep 17 00:00:00 2001 From: pgijsbertsen <117165507+pgijsbertsen@users.noreply.github.com> Date: Fri, 28 Nov 2025 21:06:20 +0100 Subject: [PATCH] debug: List apt repositories --- .forgejo/workflows/tofu-plan-k8s-wheatley.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml b/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml index 583f2d9..d9f3682 100644 --- a/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml +++ b/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml @@ -18,7 +18,9 @@ jobs: - name: Setup Wireguard run: | + apt-cache policy echo "Installing Wireguard..." + apt install resolvconf apt install wireguard echo "Installing Wireguard ✅" echo "Configuring Wireguard..."