From 9b5b168bbbd41f9a781512bb26e6b494e00218c0 Mon Sep 17 00:00:00 2001
From: bronsen <kontakt+gitcommit@nrrd.de>
Date: Mon, 3 Mar 2025 23:22:47 +0100
Subject: [PATCH] [todo] check items that are deemed "done"

---
 TODO.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/TODO.md b/TODO.md
index aaa5309..8f6a01f 100644
--- a/TODO.md
+++ b/TODO.md
@@ -3,8 +3,8 @@ title: Things that ought to be done
 description: Todo items in lists, and lists themselves, are not prioritised
 ---
 
-- [ ] write first playbook
-  - [ ] install postgres on "database_servers"
+- [x] write first playbook
+  - [x] install postgres on "database_servers"
     - [ ] become "postgres", not root
     - [ ] create db schema and user for the django project
   - [ ] install some django project via git on "application_servers"
@@ -14,7 +14,7 @@ description: Todo items in lists, and lists themselves, are not prioritised
     - [ ] `./manage.py check` should pass as well
   - [ ] make playbook available via "just deploy"
 
-- [ ] add just targets for testing/linting
+- [x] add just targets for testing/linting
 
 - [ ] make just use "dry run" by default