mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-04-14 04:41:02 +00:00
Merge "Fix assertion after stack deletion"
This commit is contained in:
@@ -41,4 +41,4 @@
|
||||
- assert:
|
||||
that:
|
||||
- stacks is defined
|
||||
- stacks['stacks']|length == 0
|
||||
- (stacks['stacks']|length == 0) or (stacks['stacks'][0]['status'] == 'DELETE_COMPLETE')
|
||||
|
||||
Reference in New Issue
Block a user