mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-08 03:33:10 +00:00
committed by
ansibot
parent
c0fc797a06
commit
844e58aedb
@@ -339,6 +339,7 @@ def wait_for_status(connection, module, target_group_arn, targets, status):
|
||||
def create_or_update_target_group(connection, module):
|
||||
|
||||
changed = False
|
||||
new_target_group = False
|
||||
params = dict()
|
||||
params['Name'] = module.params.get("name")
|
||||
params['Protocol'] = module.params.get("protocol").upper()
|
||||
|
||||
Reference in New Issue
Block a user