summaryrefslogtreecommitdiff
path: root/roles
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-01-10 17:53:01 +0200
committerLars Wirzenius <liw@liw.fi>2018-01-10 17:53:01 +0200
commit185d58b54f4c0afdefc63c6f776bf6093feac51d (patch)
tree024eb561041cb16ca6a26ab05589a4f460ff607b /roles
parente7afc13285b725faf0bdcadbb3cc4888e1f81b64 (diff)
downloaddebian-ansible-185d58b54f4c0afdefc63c6f776bf6093feac51d.tar.gz
Change: set debian_codename to a never-valid value
This will catch problems where it's inadvertenly set. Not that I've ever mistyped the variable name. Not me. Nope.
Diffstat (limited to 'roles')
-rw-r--r--roles/sane_debian_system/defaults/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/sane_debian_system/defaults/main.yml b/roles/sane_debian_system/defaults/main.yml
index 44b2b2c..aa5d7cb 100644
--- a/roles/sane_debian_system/defaults/main.yml
+++ b/roles/sane_debian_system/defaults/main.yml
@@ -5,7 +5,7 @@
hostname: ""
# The Debian release code name to use.
-debian_codename: jessie
+debian_codename: YOUMUSTSETTHIS
# Default Debian mirror to use. Default should work everywhere, but if
# needed, pick a faster mirror, perhaps a local one.