mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 03:41:25 -07:00
[AWS] Add helpful failure message when using wrong lb module (#40433)
Remove the default empty dict parameter for tags.
This commit is contained in:
parent
f16ec4e64c
commit
1b45a755a2
2 changed files with 7 additions and 1 deletions
|
@ -509,7 +509,7 @@ def main():
|
|||
security_groups=dict(type='list'),
|
||||
scheme=dict(default='internet-facing', choices=['internet-facing', 'internal']),
|
||||
state=dict(choices=['present', 'absent'], type='str'),
|
||||
tags=dict(default={}, type='dict'),
|
||||
tags=dict(type='dict'),
|
||||
wait_timeout=dict(type='int'),
|
||||
wait=dict(default=False, type='bool')
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue