ec2_ami: Properly delete snapshots (#39606)

This commit is contained in:
Sloane Hertel
2018-05-03 07:48:29 -04:00
committed by Ryan Brown
parent afdc2364f2
commit 910bc892c6
2 changed files with 2 additions and 1 deletions

View File

@@ -158,6 +158,7 @@
that:
- "result.changed"
- "'image_id' not in result"
- "result.snapshots_deleted"
# ============================================================