mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
[cloud] add boto3 requirement to cloudformation module docs (#31135)
This commit is contained in:
@@ -121,7 +121,7 @@ author: "James S. Martin (@jsmartin)"
|
||||
extends_documentation_fragment:
|
||||
- aws
|
||||
- ec2
|
||||
requirements: [ botocore>=1.4.57 ]
|
||||
requirements: [ boto3, botocore>=1.4.57 ]
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
||||
Reference in New Issue
Block a user