updated timeout on second wait
diff --git a/tasks/main.yml b/tasks/main.yml index 1b1a30a..7f25532 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -13,4 +13,4 @@ host: '{{ ansible_host }}' state: started delay: "{{ start_check_delay | d(15) }}" - timeout: '{{ server_restart_timeout | d(30) }}' + timeout: '{{ server_restart_timeout | d(45) }}'