commit | 402e1c9601dcce005986b311f68c167e7198a7de | [log] [tgz] |
---|---|---|
author | Carlos Frias <carlos.frias.01@gmail.com> | Fri Jan 13 20:24:35 2017 -0500 |
committer | Carlos Frias <carlos.frias.01@gmail.com> | Fri Jan 13 20:24:35 2017 -0500 |
tree | 6a902662c594ae8e95c9a35e4f3dcd5a600d3dab | |
parent | ed297496eed1feaf5868902b478749ada080c2b3 [diff] |
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 }}'