diff --git a/README.rst b/README.rst
index 847e269e00af10267b2d72a125a22ebf1e7d65e5..a16936f6ec98ce0be1daaf822a19b8ec74e33060 100644
--- a/README.rst
+++ b/README.rst
@@ -8,7 +8,7 @@ host's key and cert.
 Requirements
 ------------
 
-Debian Jessie or later or OpenBSD 5.5 or later (best effort, Ubuntu Precise or
+Debian Wheeyz or later or OpenBSD 5.5 or later (best effort, Ubuntu Precise or
 later should also work, but aren't tested).
 
 Role Variables
@@ -42,7 +42,7 @@ Dependencies
 ------------
 
 Part of the point is to run first, before any other role, so that other roles
-can make certain assumptions (for example, a TLS cert is available).
+can make certain assumptions (for example, that a TLS cert is available).
 
 Example Playbook
 ----------------
@@ -57,10 +57,19 @@ Example Playbook
         tls_key: 'servers.key'
         tls_cert: 'server.crt'
 
+Example requirements.yml
+------------------------
+::
+
+    - src: https://www.shore.co.il/cgit/ansible-common
+      scm: git
+      path: roles/
+      name: common
+
 License
 -------
 
-MIT
+This software is licnesed under the MIT licese (see the ``LICENSE.txt`` file).
 
 Author Information
 ------------------
@@ -83,8 +92,8 @@ TODO
   - mail_forward (OpenBSD support?).
   - ssh_ca.
   - syslog_forwarding.
-- Update `tasks/main.yml` to reflect recent assert changes.
 - Test.
+- Wait for services to come online.
 - Document.
 - Create a module to add a TLS certificate to store for both Debian-based and
   OpenBSD.
diff --git a/meta/main.yml b/meta/main.yml
index f6010366abb650c95160af4e3e97eb5fb9237fd5..1b6016c8a2e62c7afed40093209f6f771bb4adc0 100644
--- a/meta/main.yml
+++ b/meta/main.yml
@@ -13,7 +13,6 @@ galaxy_info:
   - name: Debian
     versions:
     - jessie
-    - squeeze
     - wheezy
   - name: OpenBSD
     versions: