From 3462c75d98092ce376af8aa938eee1fdb59cb247 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Mon, 12 Jun 2017 15:48:19 +0000 Subject: [PATCH] [Docs] Update ansible version Don't give the wrong ideas to people, when running ocata, they should not export anything like this old ansible. Change-Id: I91cb341a55e8c809485b5eb2bfc9807eb7222fee --- doc/source/developer-docs/scripts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/developer-docs/scripts.rst b/doc/source/developer-docs/scripts.rst index be323f6dbd..1a009a83c5 100644 --- a/doc/source/developer-docs/scripts.rst +++ b/doc/source/developer-docs/scripts.rst @@ -28,7 +28,7 @@ For example: .. code:: bash - $ export ANSIBLE_PACKAGE="ansible==2.1.0" + $ export ANSIBLE_PACKAGE="ansible==2.2.3.0" Installing directly from git is also supported. For example, from the tip of Ansible development branch: