From 8490934ad157b3ee7d7caa5221a0450fbfecb9cc Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Wed, 31 Dec 2025 15:47:16 +0000 Subject: Explicitly install unattended-upgrades All hosts I previously used had unattended-upgrades already installed, but a standard debian install doesn't have it installed by default. So, make sure it is installed. --- playbook.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'playbook.yaml') diff --git a/playbook.yaml b/playbook.yaml index 014c863..2201fdd 100644 --- a/playbook.yaml +++ b/playbook.yaml @@ -221,6 +221,7 @@ - python3-psycopg2 # Used by ansible postgres role - systemd-timesyncd # Used to make sure the date is correct - ufw # Firewall + - unattended-upgrades # Not every hosting provider installs by default state: present update_cache: true become: true -- cgit v1.2.3