mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
update remote tags if changed
This commit is contained in:
parent
f39c98b8fc
commit
8472ef95e5
1 changed files with 2 additions and 0 deletions
|
@ -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']
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue