Skip to content

Commit

Permalink
Fix introduced bug (ansible-collections#1015)
Browse files Browse the repository at this point in the history
Fix introduced bug in elb_target_group_info

SUMMARY
Fix bug introduced here: ansible-collections#1001
ISSUE TYPE

Bugfix Pull Request

COMPONENT NAME
elb_target_group_info
ADDITIONAL INFORMATION

Reviewed-by: Alina Buzachis <None>
Reviewed-by: Markus Bergholz <[email protected]>
  • Loading branch information
marknet15 authored Mar 25, 2022
1 parent 01b6f73 commit 6f4f417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elb_target_group_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@


@AWSRetry.jittered_backoff()
def get_paginator(client, **kwargs):
def get_paginator(**kwargs):
paginator = client.get_paginator('describe_target_groups')
return paginator.paginate(**kwargs).build_full_result()

Expand Down

0 comments on commit 6f4f417

Please sign in to comment.