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