Skip to content
This repository has been archived by the owner on Jun 25, 2023. It is now read-only.

Releases: jnv/ansible-role-unattended-upgrades

v1.0.0

13 Aug 22:35
@jnv jnv
Compare
Choose a tag to compare

NOTE: If you have updated from a previous version of the role, you can delete the file /etc/apt/apt.conf.d/10periodic as it is not needed. You can use the following command:

ansible -m file -a "state=absent path=/etc/apt/apt.conf.d/10periodic" <host-pattern>

Added

  • #2: New configuration variables: unattended_minimal_steps, unattended_install_on_shutdown, and unattended_remove_unused_dependencies.
  • Travis-CI and Vagrant configuration.

Changed

  • #2: Switched to unattended_origins_patterns from unattended_allowed_origins.
  • Use /etc/apt/apt.conf.d/20auto-upgrades instead of /etc/apt/apt.conf.d/10periodic for better compatibility with the original package.