From 6ef3abd65385bc3ef0eda4706ee47e33e57490c1 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Thu, 10 Dec 2015 11:08:54 +0200
Subject: [PATCH] Update README, dependencies and TODO list.

---
 README.rst    | 17 +++++++++++++----
 meta/main.yml |  1 -
 2 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/README.rst b/README.rst
index 847e269..a16936f 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 f601036..1b6016c 100644
--- a/meta/main.yml
+++ b/meta/main.yml
@@ -13,7 +13,6 @@ galaxy_info:
   - name: Debian
     versions:
     - jessie
-    - squeeze
     - wheezy
   - name: OpenBSD
     versions:
-- 
GitLab