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
|
changed = True
|
||||||
except botocore.exceptions.ClientError as e:
|
except botocore.exceptions.ClientError as e:
|
||||||
module.fail_json(msg=str(e))
|
module.fail_json(msg=str(e))
|
||||||
|
if tags_changed(params['VpcPeeringConnectionId'], client, module):
|
||||||
|
changed = True
|
||||||
return changed, params['VpcPeeringConnectionId']
|
return changed, params['VpcPeeringConnectionId']
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue