updated timeout on second wait
diff --git a/tasks/main.yml b/tasks/main.yml index 486835e..e3c7963 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -23,3 +23,4 @@ host: '{{ ansible_host }}' state: started delay: "{{ start_check_delay | d(5) }}" + timeout: '{{ server_restart_timeout | d(15) }}'