Skip to content

Commit cbcfeee

Browse files
alinabuzachisGomathiselviS
authored andcommitted
Update extends_documentation_fragment with amazon.aws.boto3 (#1459)
Update extends_documentation_fragment with amazon.aws.boto3 Depends-On: ansible/ansible-zuul-jobs#1654 SUMMARY As per #985 add amazon.aws.boto3. ISSUE TYPE Docs Pull Request COMPONENT NAME several Reviewed-by: Jill R <None> Reviewed-by: Mark Chappell <None> Reviewed-by: Markus Bergholz <[email protected]> This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@bd3c03f
1 parent 0c2a2c4 commit cbcfeee

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

plugins/modules/ec2_placement_group.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
extends_documentation_fragment:
4848
- amazon.aws.aws
4949
- amazon.aws.ec2
50-
50+
- amazon.aws.boto3
5151
'''
5252

5353
EXAMPLES = '''

plugins/modules/ec2_placement_group_info.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
extends_documentation_fragment:
2727
- amazon.aws.aws
2828
- amazon.aws.ec2
29+
- amazon.aws.boto3
2930
3031
'''
3132

0 commit comments

Comments
 (0)