summaryrefslogtreecommitdiff
path: root/ansible/roles/self-updating-system
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-11-04 11:11:51 +0200
committerLars Wirzenius <liw@liw.fi>2020-11-04 11:11:51 +0200
commitb05e3bfac3a1ebfe45fc5f4c5548bcc3ef693833 (patch)
tree9ad1a26dca51da51c8cdfb66ee2e2d61dda1d60a /ansible/roles/self-updating-system
parent71e4bb9fdcdd5a4de6fd5662deebe1c1e64351cc (diff)
downloadansibleness-b05e3bfac3a1ebfe45fc5f4c5548bcc3ef693833.tar.gz
chore: adapt to sane_debian_system version 1 and cleanups
Diffstat (limited to 'ansible/roles/self-updating-system')
-rw-r--r--ansible/roles/self-updating-system/templates/unattended-upgrades.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/roles/self-updating-system/templates/unattended-upgrades.conf b/ansible/roles/self-updating-system/templates/unattended-upgrades.conf
index 8da165e..810b544 100644
--- a/ansible/roles/self-updating-system/templates/unattended-upgrades.conf
+++ b/ansible/roles/self-updating-system/templates/unattended-upgrades.conf
@@ -3,7 +3,7 @@
// updates, and then reboot during the night.
Unattended-Upgrade::Origins-Pattern {
- "origin=Debian,codename={{ debian_codename }},label=Debian-Security";
+ "origin=Debian,codename={{ sane_debian_system_codename }},label=Debian-Security";
};
Unattended-Upgrade::Mail "root";