| commit | ea089bcf279bd3aed6f5ef51bc9cb79cd7a5f1dc | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <friasc@google.com> | Wed Mar 22 12:29:31 2017 -0400 |
| committer | Carlos Frias <friasc@google.com> | Wed Mar 22 12:29:31 2017 -0400 |
| tree | 65617068a99993e7da15d13fe6d834c34842c7e5 | |
| parent | b3a9f7b0592eb7c55c52c3745564430b53983fc9 [diff] |
updated timeout on second wait
diff --git a/tasks/main.yml b/tasks/main.yml index e1fc5b3..1b1a30a 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(10) }}" + delay: "{{ start_check_delay | d(15) }}" timeout: '{{ server_restart_timeout | d(30) }}'