From 641897713fa98906fc692fa12bba48213717e33c Mon Sep 17 00:00:00 2001 From: Dan Leehr Date: Mon, 30 Oct 2017 22:41:58 -0400 Subject: [PATCH] Updates INSTALL.md to reflect Ansible 2.4 requirement --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 10ae5a0ac0..ce74e13241 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -49,7 +49,7 @@ To install the assets, clone the `awx-logos` repo so that it is next to your `aw 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) Requires Version 2.3+ +- [Ansible](http://docs.ansible.com/ansible/latest/intro_installation.html) Requires Version 2.4+ - [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/)