This repository has been archived by the owner on Jun 25, 2023. It is now read-only.
Releases: jnv/ansible-role-unattended-upgrades
Releases · jnv/ansible-role-unattended-upgrades
v1.0.0
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
, andunattended_remove_unused_dependencies
. - Travis-CI and Vagrant configuration.
Changed
- #2: Switched to
unattended_origins_patterns
fromunattended_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.