public-health-ch/ansible/roles/jnv.unattended-upgrades/vars/Debian-wheezy.yml
2020-05-16 00:14:14 +02:00

11 lines
395 B
YAML

---
# This workaround for Debian Wheezy which doesn't support ${distro_codename} macro
# See
# https://github.com/jnv/ansible-role-unattended-upgrades/issues/19
# https://github.com/jnv/ansible-role-unattended-upgrades/pull/20
# for details
__unattended_origins_patterns:
- 'origin=Debian,archive=stable,label=Debian-Security'
- 'origin=Debian,archive=oldstable,label=Debian-Security'