mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
parent
c0fc797a06
commit
844e58aedb
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue