| commit | d283da77fdb9b692949d918211a8622f0d4df654 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <friasc@google.com> | Mon Mar 13 18:53:07 2017 -0400 |
| committer | Carlos Frias <friasc@google.com> | Mon Mar 13 18:53:07 2017 -0400 |
| tree | 0557d47dd8f197760ffae85b2e346c6ee4ad678b | |
| parent | 656180056dace91a680f26a4322a962a609ccbbf [diff] |
added delay to reachablity
diff --git a/tasks/main.yml b/tasks/main.yml index 1d41486..21d2b41 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -34,3 +34,7 @@ url: "http://{{ local_mgmt_ip }}:{{ ms_ext_mgmt_port }}/v1/servers/{{ uuid }}" body: reachable={{ reachability }} when: uuid is defined + +- name: Allow calls in flight to complete + pause: + seconds: "{{ reachability_delay }}"