jnv / ansible-role-unattended-upgrades

[DEPRECATED] Setup unattended-upgrades on Debian-based systems
https://github.com/jnv/ansible-role-unattended-upgrades/issues/98
GNU General Public License v2.0
272 stars 94 forks source link

Make unattended-upgrade's period configurable. #81

Closed kousu closed 3 years ago

kousu commented 3 years ago

For some systems, running every day by default is good, but it can be noisy too, so allow turning it down.

kousu commented 3 years ago

Oh you know what? I was going to add this change to the docs where I realized that unattended_update_days already covers this. I guess that means I can't make updates less often than a week, but that's probably not a bad idea.

Unattended-Upgrade::Update-Days isn't documented upstream https://wiki.debian.org/UnattendedUpgrades so I missed it. I'm really glad you documented it though.