Add debug sleep

Change-Id: Iafd9040e6a3af047f0c450ac31d64a9bf815a4fb
diff --git a/playbooks/tempest-and-cinderlib-run.yaml b/playbooks/tempest-and-cinderlib-run.yaml
index abbd2ed..aaf5bc9 100644
--- a/playbooks/tempest-and-cinderlib-run.yaml
+++ b/playbooks/tempest-and-cinderlib-run.yaml
@@ -1,7 +1,15 @@
 - hosts: all
-  roles:
-    - sp-openstack-integration-groups
-    - orchestrate-devstack
+  tasks:
+    - name: Setup devstack
+      block:
+        - ansible.builtin.include_role:
+          name: "{{ item }}"
+          loop:
+            - "sp-openstack-integration-groups"
+            - "orchestrate-devstack"
+      always:
+        - name: Debug Sleep
+          ansible.builtin.command: sleep 9999
 
 # We run tests only on one node, regardless how many nodes are in the system                                           
 - hosts: tempest