solace-10 / ansible-role-veilid

An Ansible role which allows you to quickly set up headless Veilid nodes. The target system is configured to automatically update and restart when necessary.
MIT License
3 stars 1 forks source link

Add unattended-upgrades debian packages to prerequisites #1

Open sajattack opened 1 year ago

sajattack commented 1 year ago

The config files for unattended-upgrades are installed but the actual unattended upgrade daemon or whatever you want to call it may not be installed on a fresh debian.

sajattack commented 1 year ago

Actually, hmm, this page says it should be installed automatically since debian 9. https://wiki.debian.org/UnattendedUpgrades (or maybe they mean only if the desktop flavour of debian is installed?) I'm on debian 11 and my unattended upgrades aren't happening. Is there a service I need to start/enable?