mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
update remote tags if changed
This commit is contained in:
@@ -289,6 +289,8 @@ def accept_reject_delete(state, client, module):
|
||||
changed = True
|
||||
except botocore.exceptions.ClientError as e:
|
||||
module.fail_json(msg=str(e))
|
||||
if tags_changed(params['VpcPeeringConnectionId'], client, module):
|
||||
changed = True
|
||||
return changed, params['VpcPeeringConnectionId']
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user