From 6b6dcc46cad9c81ad6a933144109c6c0e21361bb Mon Sep 17 00:00:00 2001 From: Alex Penketh Date: Thu, 21 Sep 2017 15:15:29 +0200 Subject: [PATCH] Added In Ansible Version Requirement Into Installation Doc Signed-off-by: Alex Penketh --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 545da9bc56..bdadf164f7 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -48,7 +48,7 @@ To install the assets, clone the awx-logos repo into the root of your local AWX Before you can run a deployment, you'll need the following installed in your local environment: -- [Ansible](http://docs.ansible.com/ansible/latest/intro_installation.html) +- [Ansible](http://docs.ansible.com/ansible/latest/intro_installation.html) Requires Version 2.3+ - [Docker](https://docs.docker.com/engine/installation/) - [docker-py](https://github.com/docker/docker-py) Python module - [GNU Make](https://www.gnu.org/software/make/)