commit | 898661a40aa958ac15964b5bff42f2d9a0931f65 | [log] [tgz] |
---|---|---|
author | Carlos Frias <cfrias@apigee.com> | Tue Oct 11 15:30:46 2016 -0400 |
committer | Carlos Frias <cfrias@apigee.com> | Tue Oct 11 15:30:46 2016 -0400 |
tree | c5219a76ceeae7ede8e77b2bb62e7f554afd325b | |
parent | e3ac1b8079d9357093aefcebfb6b50af6a7e361f [diff] |
added pause to allow network to catch up
diff --git a/tasks/main.yml b/tasks/main.yml index e54ef87..a503814 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -11,3 +11,7 @@ username: '{{ opdk_user_email }}' password: '{{ opdk_user_pass }}' when: '{{ server_type is defined }}' + +- name: Need to pause between component installation + pause: + seconds: 1 \ No newline at end of file