[cloud] update the local variable route_table with the latest tag changes (#23136)
parent
22fe148ca5
commit
dab0e75ce0
|
@ -590,6 +590,7 @@ def ensure_route_table_present(connection, module):
|
|||
if not tags_valid and tags is not None:
|
||||
result = ensure_tags(connection, route_table.id, tags,
|
||||
add_only=True, check_mode=module.check_mode)
|
||||
route_table.tags = result['tags']
|
||||
changed = changed or result['changed']
|
||||
|
||||
if subnets:
|
||||
|
|
Loading…
Reference in New Issue