summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Fennell <matthew@fennell.dev>2025-12-31 15:47:16 +0000
committerMatthew Fennell <matthew@fennell.dev>2025-12-31 15:47:16 +0000
commit8490934ad157b3ee7d7caa5221a0450fbfecb9cc (patch)
treee4b70b6c25a96878bb2446b060f5ed56c12b7d33
parent67f5e1375ab6203a6191d4f18ed5ecedd174b757 (diff)
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.
-rw-r--r--playbook.yaml1
1 files changed, 1 insertions, 0 deletions
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