| commit | b3a9f7b0592eb7c55c52c3745564430b53983fc9 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <friasc@google.com> | Wed Mar 22 11:14:44 2017 -0400 |
| committer | Carlos Frias <friasc@google.com> | Wed Mar 22 11:14:44 2017 -0400 |
| tree | 2bf82dddba7e3cb4b8a02ee02289e70fb50dff68 | |
| parent | c6314bd9e15ae2ee4c20a2f0681265747b99b2fb [diff] |
updated timeout on second wait
diff --git a/tasks/main.yml b/tasks/main.yml index 9e7f57d..e1fc5b3 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -12,5 +12,5 @@ wait_for: host: '{{ ansible_host }}' state: started - delay: "{{ start_check_delay | d(5) }}" + delay: "{{ start_check_delay | d(10) }}" timeout: '{{ server_restart_timeout | d(30) }}'