Skip to content

Commit d55672d

Browse files
felixfonteinmandar242
authored andcommitted
Fix non-matching defaults in docs (ansible-collections#1576)
Fix non-matching defaults in docs Depends-On: ansible-collections#1579 SUMMARY Fix various non-matching default values exposed by ansible/ansible#79267. ISSUE TYPE Docs Pull Request COMPONENT NAME various Reviewed-by: Markus Bergholz <[email protected]> This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@15568f0
1 parent 71138b6 commit d55672d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/modules/elb_classic_lb_info.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
- List of ELB names to gather information about. Pass this option to gather information about a set of ELBs, otherwise, all ELBs are returned.
3434
type: list
3535
elements: str
36+
default: []
3637
extends_documentation_fragment:
3738
- amazon.aws.aws
3839
- amazon.aws.ec2

0 commit comments

Comments
 (0)