From 573303ac7336febb8e27edf253c507e998b66130 Mon Sep 17 00:00:00 2001 From: Alex Willmer Date: Mon, 14 Jul 2025 23:13:25 +0100 Subject: [PATCH] CI: Switch to archived Debian 10 (buster) apt repository The Debian project recently removed this EOL version from the live mirrors. --- docs/changelog.rst | 2 ++ tests/ansible/hosts/group_vars/debian10.yml | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 tests/ansible/hosts/group_vars/debian10.yml diff --git a/docs/changelog.rst b/docs/changelog.rst index 2593fbd2..fbe95aab 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -32,6 +32,8 @@ Running Ansible 12 + Mitogen will currently print a deprecation warning Ansible + Mitogen will still work for now. Mitogen is considering alternatives to strategy plugins under :gh:issue:`1278`. +* :gh:issue:`1303` CI: Switch to archived Debian 10 (buster) apt repository + v0.3.25a3 (2025-07-02) ---------------------- diff --git a/tests/ansible/hosts/group_vars/debian10.yml b/tests/ansible/hosts/group_vars/debian10.yml new file mode 100644 index 00000000..c6c0a268 --- /dev/null +++ b/tests/ansible/hosts/group_vars/debian10.yml @@ -0,0 +1,4 @@ +package_manager_repos: + - dest: /etc/apt/sources.list + content: | + deb http://archive.debian.org/debian buster main contrib non-free