| commit | 860b54ae6ab77aab5cd79b17ea077fee261b67c3 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <friasc@google.com> | Wed Mar 22 11:02:49 2017 -0400 |
| committer | Carlos Frias <friasc@google.com> | Wed Mar 22 11:02:49 2017 -0400 |
| tree | 7856114aa56f07a8e22574ed1d85db5ea72fd1bf | |
| parent | 25da3e78a5af62c4c2ac993ebc9d7370b0b98d0b [diff] |
updated timeout on second wait
diff --git a/tasks/main.yml b/tasks/main.yml index f657725..448207c 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -14,7 +14,7 @@ host: '{{ ansible_host }}' state: started delay: "{{ start_check_delay | d(5) }}" - timeout: '{{ server_restart_timeout | d(15) }}' + timeout: '{{ server_restart_timeout | d(5) }}' - name: Server usually needs a little more time ... become: no