| commit | 619c4a2f384354e91cf63b4278f924e36c25e28c | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <friasc@google.com> | Wed Mar 22 11:04:08 2017 -0400 |
| committer | Carlos Frias <friasc@google.com> | Wed Mar 22 11:04:08 2017 -0400 |
| tree | dcaf51233936f8efbea53ae0d2cb93620e2e38fc | |
| parent | 860b54ae6ab77aab5cd79b17ea077fee261b67c3 [diff] |
initial import
diff --git a/tasks/main.yml b/tasks/main.yml index 448207c..fc3bb15 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -22,4 +22,4 @@ wait_for: host: '{{ ansible_host }}' state: started - timeout: '{{ server_restart_timeout | d(15) }}' + timeout: '{{ server_restart_timeout | d(10) }}'