From 5cb946a1b29e7dd368be24d80881691f95ca552b Mon Sep 17 00:00:00 2001 From: pgijsbertsen <117165507+pgijsbertsen@users.noreply.github.com> Date: Fri, 28 Nov 2025 21:17:20 +0100 Subject: [PATCH] fix: Confirm installation --- .forgejo/workflows/tofu-plan-k8s-wheatley.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml b/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml index a995ed5..5af2dd4 100644 --- a/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml +++ b/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml @@ -25,7 +25,7 @@ jobs: run: | apt-cache policy echo "Installing Wireguard..." - apt install wireguard + apt install wireguard -y echo "Installing Wireguard ✅" echo "Configuring Wireguard..." echo "${{ secrets.WG_CONFIG }}" > /tmp/wg0.conf