From 275e09b62c66b5db6554cc210074c9c453a0ab20 Mon Sep 17 00:00:00 2001 From: Harpreet Singh Date: Thu, 29 Dec 2016 09:49:26 -0500 Subject: [PATCH] Updated with requirements and versioning note --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f1f0e6..e122ee3 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,15 @@ Ansible modules for working with Amazon Elastic Beanstalk Requirements ------------ -This module requires [boto](https://github.com/boto/boto) +This module requires [boto3](https://github.com/boto/boto3) and Ansible >= 2.0 + + +Versioning +------------ + +Module version 2.X (master branch) requires boto3 and Ansible >= 2.0. Module +version 1.X (release-1.0 branch) requires [boto](https://github.com/boto/boto) +and works with Ansible < 2.0. Example Playbook