mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-05-08 14:23:03 +00:00
Merge "Fix assertion after stack deletion"
This commit is contained in:
@@ -41,4 +41,4 @@
|
|||||||
- assert:
|
- assert:
|
||||||
that:
|
that:
|
||||||
- stacks is defined
|
- 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