summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Ilvokhin <d@ilvokhin.com>2024-06-23 20:07:16 +0100
committerDmitry Ilvokhin <d@ilvokhin.com>2024-06-23 20:07:16 +0100
commit39ec4ea4f6c109698dbb823d76c7c45b0952d8c4 (patch)
tree2a1eca215bbdc201534efb60d5a3f38cc614e67e
parent96dbae70287f60dbb2b0756717f69c748c26faf1 (diff)
downloadinfra-39ec4ea4f6c109698dbb823d76c7c45b0952d8c4.tar.gz
infra-39ec4ea4f6c109698dbb823d76c7c45b0952d8c4.tar.bz2
infra-39ec4ea4f6c109698dbb823d76c7c45b0952d8c4.zip
Add TODO item about linters
-rw-r--r--TODO.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO.txt b/TODO.txt
index 126574b..82dd6f2 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -2,7 +2,8 @@ TODO
* Automate snapshots and reboots.
* Fix quotes: use either single quotes or double quotes.
-* Replace true -> yes.
+* Replace true -> yes or vice versa.
+* Enable linters: ansible-lint, yamllint.
* Enable IPv6 for wireguard.
* Setup L2TP/IPsec VPN server.
* Set correct hostname for each host.