diff --git a/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml b/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml index 6da6f2b..284b098 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 -y + apt install iproute2 wireguard -y echo "Installing Wireguard ✅" echo "Configuring Wireguard..." echo "${{ secrets.WG_CONFIG }}" > /tmp/wg0.conf