From a49310216ff8b799cbc9c70cbe4868c700ec88bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Caletka?= Date: Thu, 5 Oct 2023 18:21:12 +0200 Subject: [PATCH] fix: fix Debian Stretch repository location --- ansible/site.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/site.yaml b/ansible/site.yaml index 60f92ef..33740e6 100644 --- a/ansible/site.yaml +++ b/ansible/site.yaml @@ -378,7 +378,7 @@ - name: Enable Debian Stretch repo (for tmux 2.3) apt_repository: - repo: deb http://deb.debian.org/debian stretch main + repo: deb http://archive.debian.org/debian stretch main - name: Check tmux version command: tmux -V