Skip to content

Commit

Permalink
Updated with requirements and versioning note
Browse files Browse the repository at this point in the history
  • Loading branch information
hsingh committed Dec 29, 2016
1 parent 8297698 commit 275e09b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 275e09b

Please sign in to comment.