[todo] check items that are deemed "done"
This commit is contained in:
parent
47d8488264
commit
9b5b168bbb
1 changed files with 3 additions and 3 deletions
6
TODO.md
6
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue