| commit | ef89a09f4d0323e114b80fce0485737bb9d8d4c0 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <friasc@google.com> | Mon Mar 13 18:53:29 2017 -0400 |
| committer | Carlos Frias <friasc@google.com> | Mon Mar 13 18:53:29 2017 -0400 |
| tree | ccbd9fe2378c708c98acf89e55b26342bd964a2d | |
| parent | d283da77fdb9b692949d918211a8622f0d4df654 [diff] |
added delay to reachablity
diff --git a/tasks/main.yml b/tasks/main.yml index 21d2b41..b91c456 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -37,4 +37,4 @@ - name: Allow calls in flight to complete pause: - seconds: "{{ reachability_delay }}" + seconds: "{{ reachability_delay | default(0) }}"