mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 01:03:09 +00:00
committed by
Sloane Hertel
parent
104934c095
commit
17a008654a
@@ -459,7 +459,7 @@ def create_or_update_target_group(connection, module):
|
||||
instances_to_add = []
|
||||
for target in params['Targets']:
|
||||
if target['Id'] in add_instances:
|
||||
instances_to_add.append(target)
|
||||
instances_to_add.append({'Id': target['Id'], 'Port': int(target['Port'])})
|
||||
|
||||
changed = True
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user