summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-04-22 13:39:38 +0300
committerLars Wirzenius <liw@liw.fi>2023-04-22 13:39:38 +0300
commitead0c9fc8f6a4dc57d17c723bf75bf008841d9e3 (patch)
tree747c246e59e74629955ac77c4e2c9402ef90446c
parent051166e60c90b65cd167c9e5d7d7209e046e3e2c (diff)
downloaddebian-ansible-ead0c9fc8f6a4dc57d17c723bf75bf008841d9e3.tar.gz
fix: use bullseye, not buster, Debian release
Sponsored-by: author
-rw-r--r--roles/sane_debian_system/subplot.md5
1 files 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