From 7b5b672e410cb5bb0c6b186cc4bff807b2ee52e5 Mon Sep 17 00:00:00 2001 From: "pulsar89.5" Date: Sun, 5 May 2024 18:43:34 +0200 Subject: [PATCH] fix: Don't use symlinks --- templates/debian-bookworm.list.j2 | 7 ++++++- templates/debian-bullseye.list.j2 | 7 ++++++- templates/debian-stable.list.j2 | 6 ------ 3 files changed, 12 insertions(+), 8 deletions(-) mode change 120000 => 100644 templates/debian-bookworm.list.j2 mode change 120000 => 100644 templates/debian-bullseye.list.j2 delete mode 100644 templates/debian-stable.list.j2 diff --git a/templates/debian-bookworm.list.j2 b/templates/debian-bookworm.list.j2 deleted file mode 120000 index 3d75f41..0000000 --- a/templates/debian-bookworm.list.j2 +++ /dev/null @@ -1 +0,0 @@ -debian-stable.list.j2 \ No newline at end of file diff --git a/templates/debian-bookworm.list.j2 b/templates/debian-bookworm.list.j2 new file mode 100644 index 0000000..5a1041f --- /dev/null +++ b/templates/debian-bookworm.list.j2 @@ -0,0 +1,6 @@ +# {{ ansible_managed }} + +deb http://deb.debian.org/debian {{ apt_distribution_release }} {{ apt_distribution_sections }} +deb http://security.debian.org/debian-security {{ apt_distribution_release }}-security {{ apt_distribution_sections }} +deb http://deb.debian.org/debian {{ apt_distribution_release }}-updates {{ apt_distribution_sections }} +deb https://deb.debian.org/debian/ {{ apt_distribution_release }}-backports {{ apt_distribution_sections }} diff --git a/templates/debian-bullseye.list.j2 b/templates/debian-bullseye.list.j2 deleted file mode 120000 index 3d75f41..0000000 --- a/templates/debian-bullseye.list.j2 +++ /dev/null @@ -1 +0,0 @@ -debian-stable.list.j2 \ No newline at end of file diff --git a/templates/debian-bullseye.list.j2 b/templates/debian-bullseye.list.j2 new file mode 100644 index 0000000..5a1041f --- /dev/null +++ b/templates/debian-bullseye.list.j2 @@ -0,0 +1,6 @@ +# {{ ansible_managed }} + +deb http://deb.debian.org/debian {{ apt_distribution_release }} {{ apt_distribution_sections }} +deb http://security.debian.org/debian-security {{ apt_distribution_release }}-security {{ apt_distribution_sections }} +deb http://deb.debian.org/debian {{ apt_distribution_release }}-updates {{ apt_distribution_sections }} +deb https://deb.debian.org/debian/ {{ apt_distribution_release }}-backports {{ apt_distribution_sections }} diff --git a/templates/debian-stable.list.j2 b/templates/debian-stable.list.j2 deleted file mode 100644 index 5a1041f..0000000 --- a/templates/debian-stable.list.j2 +++ /dev/null @@ -1,6 +0,0 @@ -# {{ ansible_managed }} - -deb http://deb.debian.org/debian {{ apt_distribution_release }} {{ apt_distribution_sections }} -deb http://security.debian.org/debian-security {{ apt_distribution_release }}-security {{ apt_distribution_sections }} -deb http://deb.debian.org/debian {{ apt_distribution_release }}-updates {{ apt_distribution_sections }} -deb https://deb.debian.org/debian/ {{ apt_distribution_release }}-backports {{ apt_distribution_sections }}