mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
added requires for botocore with RoleARN support
Added a requires for the minimum botocore version required to support RoleARN
This commit is contained in:
@@ -107,6 +107,7 @@ author: "James S. Martin (@jsmartin)"
|
||||
extends_documentation_fragment:
|
||||
- aws
|
||||
- ec2
|
||||
requires: [ botocore>=1.4.57 ]
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
||||
Reference in New Issue
Block a user