From 111ca9584e3b0932a5a2286f324fa8e3d406b002 Mon Sep 17 00:00:00 2001
From: Vincent Schwarzer <vincent.schwarzer@yahoo.de>
Date: Wed, 15 Mar 2017 13:11:09 +0100
Subject: [PATCH] Added Jinja 2.8 to Docs Added Jinja 2.8 Requirements to docs
 and pip requirements file which is needed to run the current Ansible
 Playbooks.

---
 README.md        | 1 +
 requirements.txt | 1 +
 2 files changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 963291bdf..9fee4ff32 100644
--- a/README.md
+++ b/README.md
@@ -69,6 +69,7 @@ Requirements
 
 * **Ansible v2.2 (or newer) and python-netaddr is installed on the machine
   that will run Ansible commands**
+* **Jinja 2.8 (or newer) is required to run the Ansible Playbooks**
 * The target servers must have **access to the Internet** in order to pull docker images.
 * The target servers are configured to allow **IPv4 forwarding**.
 * **Your ssh key must be copied** to all the servers part of your inventory.
diff --git a/requirements.txt b/requirements.txt
index 6fd09e6c7..bf8e65e4a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,2 +1,3 @@
 ansible>=2.2.1
 netaddr
+jinja>=2.8
-- 
GitLab