Added a pause
diff --git a/tasks/main.yml b/tasks/main.yml
index 5375f2f..7cd76a4 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -10,6 +10,10 @@
     password: '{{ apigee_repo_password }}'
   register: results
 
+- name: Pause a moment...
+  pause:
+    seconds: 10
+
 - name: Bootstrap script exists
   stat:
     path: '{{ bootstrap_script }}'