debug: List apt repositories
Some checks failed
tofu plan k8s-wheatley / tofu-plan-k8s-wheatley (pull_request) Failing after 8s

This commit is contained in:
Peter 2025-11-28 21:06:20 +01:00
parent ae0b2e91f2
commit 7bd2e066fd
Signed by: Peter
SSH key fingerprint: SHA256:B5tYaxBExaDm74r1px9iVeZ6F/ZDiyiy9SbBqfZYrvg

View file

@ -18,7 +18,9 @@ jobs:
- name: Setup Wireguard - name: Setup Wireguard
run: | run: |
apt-cache policy
echo "Installing Wireguard..." echo "Installing Wireguard..."
apt install resolvconf
apt install wireguard apt install wireguard
echo "Installing Wireguard ✅" echo "Installing Wireguard ✅"
echo "Configuring Wireguard..." echo "Configuring Wireguard..."