Ansible Role Unattended Upgrades Versions Save

[DEPRECATED] Setup unattended-upgrades on Debian-based systems

v1.12.2

2 years ago

:warning: This role is deprecated! See this issue for alternatives: https://github.com/jnv/ansible-role-unattended-upgrades/issues/98

v1.12.1

2 years ago

v1.12.0

2 years ago

Changed

  • #87 Add support for Debian 11 "Bullseye" along with a release-specific pattern to correctly check for security updates. Kudos to @dnmvisser!

Full Changelog: https://github.com/jnv/ansible-role-unattended-upgrades/compare/v1.11.0...v1.12.0

v1.11.0

3 years ago

Added

  • #76 unattended_only_on_ac_power option and install powermgmt-base when it is enabled. Kudos to @smutel!

v1.10.0

3 years ago

Added

  • #80 unattended_syslog_enable and unattended_syslog_facility options to enable logging to syslog. Kudos to @dnmvisser!

v1.9.0

3 years ago

Added

v1.8.0

4 years ago

Changed

  • #67: Use minimal steps by default. Thanks to @dnrce!

v1.7.1

4 years ago

Fixed

  • #61, #62: Ansible deprectation warning when unattended_automatic_reboot is used. Thanks to @dmp1ce!

v1.7.0

5 years ago

Added

  • #55 unattended_update_days variable to add Unattended-Upgrade::Update-Days to configuration file. Thanks to @thbar!

v1.6.0

6 years ago

Added

  • #51 unattended_dl_limit variable to add Acquire::http::Dl-Limit to configuration file. Thanks to @BarbzYHOOL!