diff --git a/README.rst b/README.rst
index 144ea04698e290932649ec3a7a32487e54c7191a..9aea634210aea2e36d4ab8024fac23d29091e17a 100644
--- a/README.rst
+++ b/README.rst
@@ -34,7 +34,9 @@ TODO
 - Better documentation and handling of role dependencies.
 - Add example requirements.yml to roles README file.
 - For all roles:
+  - Add email alias to root.
   - Log to syslog.
   - Collect metrics using Collectd.
   - Use TLS and random, high bit count dhparams.
-  - Use assertions and wait for the service to be up.
+  - Use assertions at the start of the role.
+  - Wait for the service to be up at the end of the role.