From ead0c9fc8f6a4dc57d17c723bf75bf008841d9e3 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 22 Apr 2023 13:39:38 +0300 Subject: fix: use bullseye, not buster, Debian release Sponsored-by: author --- roles/sane_debian_system/subplot.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/roles/sane_debian_system/subplot.md b/roles/sane_debian_system/subplot.md index 56cc66f..eca9423 100644 --- a/roles/sane_debian_system/subplot.md +++ b/roles/sane_debian_system/subplot.md @@ -20,7 +20,6 @@ and I run the playbook then the host has the sudo package installed and the host has the apt-transport-https package installed and the host has the locales package installed -and the host has the ntp package installed and the host has an empty /etc/apt/sources.list.d directory and the host has hostname saneone ~~~ @@ -29,7 +28,7 @@ and the host has hostname saneone ansible_python_interpreter: /usr/bin/python3 sane_debian_system_version: 2 -sane_debian_system_codename: buster +sane_debian_system_codename: bullseye sane_debian_system_hostname: saneone ~~~ @@ -47,7 +46,7 @@ and the host has hostname debian-ansible-test ~~~{#sane-without-hostname.yml .file .yaml} sane_debian_system_version: 2 -sane_debian_system_codename: buster +sane_debian_system_codename: bullseye ~~~ ## Checks that debian codename is set -- cgit v1.2.1