mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00: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:
@@ -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')
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user