mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-21 12:20:21 -07:00
Properly support tag updates on CloudFormation stack-update actions (#3638)
This commit is contained in:
parent
eae69a154f
commit
d88f5f6808
1 changed files with 2 additions and 1 deletions
|
@ -352,7 +352,8 @@ def main():
|
||||||
stack_policy_body=stack_policy_body,
|
stack_policy_body=stack_policy_body,
|
||||||
disable_rollback=disable_rollback,
|
disable_rollback=disable_rollback,
|
||||||
template_url=template_url,
|
template_url=template_url,
|
||||||
capabilities=['CAPABILITY_IAM', 'CAPABILITY_NAMED_IAM'])
|
capabilities=['CAPABILITY_IAM', 'CAPABILITY_NAMED_IAM'],
|
||||||
|
**kwargs)
|
||||||
operation = 'UPDATE'
|
operation = 'UPDATE'
|
||||||
except Exception as err:
|
except Exception as err:
|
||||||
error_msg = boto_exception(err)
|
error_msg = boto_exception(err)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue