mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 09:43:15 +00:00
fixed bug in delete action - skip_final_snapshot must always be set
This commit is contained in:
@@ -423,6 +423,9 @@ def main():
|
||||
if snapshot:
|
||||
params["skip_final_snapshot"] = False
|
||||
params["final_snapshot_id"] = snapshot
|
||||
else:
|
||||
params["skip_final_snapshot"] = True
|
||||
|
||||
db = conn.delete_dbinstance(instance_name, **params)
|
||||
|
||||
except boto.exception.BotoServerError, e:
|
||||
|
||||
Reference in New Issue
Block a user