added requires for botocore with RoleARN support

Added a requires for the minimum botocore version required to support RoleARN
pull/18777/head
Sean Summers 8 years ago committed by Matt Clay
parent 67934ac7db
commit 59b11be65d

@ -107,6 +107,7 @@ author: "James S. Martin (@jsmartin)"
extends_documentation_fragment:
- aws
- ec2
requires: [ botocore>=1.4.57 ]
'''
EXAMPLES = '''

Loading…
Cancel
Save