chore: Install dependency
Some checks failed
tofu plan k8s-wheatley / tofu-plan-k8s-wheatley (pull_request) Failing after 1m32s

This commit is contained in:
Peter 2025-11-28 21:26:32 +01:00
parent b77a24f50c
commit 95b8634b00
Signed by: Peter
SSH key fingerprint: SHA256:B5tYaxBExaDm74r1px9iVeZ6F/ZDiyiy9SbBqfZYrvg

View file

@ -25,7 +25,7 @@ jobs:
run: | run: |
apt-cache policy apt-cache policy
echo "Installing Wireguard..." echo "Installing Wireguard..."
apt install wireguard -y apt install iproute2 wireguard -y
echo "Installing Wireguard ✅" echo "Installing Wireguard ✅"
echo "Configuring Wireguard..." echo "Configuring Wireguard..."
echo "${{ secrets.WG_CONFIG }}" > /tmp/wg0.conf echo "${{ secrets.WG_CONFIG }}" > /tmp/wg0.conf