James Tombleson
b7facd7394
Added Sensu Moved default role downloads to ./roles Added unattended-upgrades
12 lines
395 B
YAML
12 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'
|