mg
a27830107b
munin eingegrenzt Playbooks aufgeteilt header angepasst cahe valid time entfernt cache valid time angehoben update packeges in eigenes playbook vars playbook filter angepasst playbook rolle hinzugefügt Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#51 Co-Authored-By: mg <mg@noreply.git.mgrote.net> Co-Committed-By: mg <mg@noreply.git.mgrote.net>
11 lines
395 B
YAML
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'
|