summaryrefslogtreecommitdiff
path: root/ansible/roles/self-updating-system
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-08-20 17:41:40 +0300
committerLars Wirzenius <liw@liw.fi>2017-08-20 17:41:40 +0300
commit7f4c1b139e90bb3093bfe05acf185aadcb517639 (patch)
treeaac0495b94430c4638452dc4294e273e5e8cb226 /ansible/roles/self-updating-system
parent4e5119da45f0e7ef91f03acd07d8ff47071e598e (diff)
downloadansibleness-7f4c1b139e90bb3093bfe05acf185aadcb517639.tar.gz
Refactor: replace distro with debian_codename everywhere
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 1eec6f6..7675763 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={{ distro }},label=Debian-Security";
+ "origin=Debian,codename={{ debian_codename }},label=Debian-Security";
};
Unattended-Upgrade::Mail "root";