Revert "Add debug sleep"

This reverts commit 1b27001d1fd45f5f4dc8a794c60c7c99070b7e11.

Change-Id: Ia1cd8f672143a52d05a2fb2d3b7b341affefe920
diff --git a/playbooks/tempest-and-cinderlib-run.yaml b/playbooks/tempest-and-cinderlib-run.yaml
index 5b8d8bb..abbd2ed 100644
--- a/playbooks/tempest-and-cinderlib-run.yaml
+++ b/playbooks/tempest-and-cinderlib-run.yaml
@@ -1,15 +1,7 @@
 - hosts: all
-  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
+  roles:
+    - sp-openstack-integration-groups
+    - orchestrate-devstack
 
 # We run tests only on one node, regardless how many nodes are in the system                                           
 - hosts: tempest