mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
elb_target_group - prevent a KeyError exception (#45169)
Ensure ports to integers after allowing the key 'Targets' to be available in params
This commit is contained in:
committed by
Ryan Brown
parent
9d1bf32825
commit
038fd0d0f2
3
changelogs/fragments/elb_target_group_fix_KeyError.yaml
Normal file
3
changelogs/fragments/elb_target_group_fix_KeyError.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
bugfixes:
|
||||
- elb_target_group - cast target ports to integers before making API calls after the key 'Targets' is in params.
|
||||
Reference in New Issue
Block a user