mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 11:51:26 -07:00
[cloud] add boto3 requirement to cloudformation
module docs (#31135)
This commit is contained in:
parent
5802ec04bf
commit
3b1376ad09
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ author: "James S. Martin (@jsmartin)"
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- aws
|
- aws
|
||||||
- ec2
|
- ec2
|
||||||
requirements: [ botocore>=1.4.57 ]
|
requirements: [ boto3, botocore>=1.4.57 ]
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue