mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-11 11:21:05 +00:00
[cloud] update the local variable route_table with the latest tag changes (#23136)
This commit is contained in:
committed by
Ryan Brown
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:
|
||||
|
||||
Reference in New Issue
Block a user