initial import
diff --git a/tasks/main.yml b/tasks/main.yml index fb9f40c..9de9ee1 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -14,4 +14,4 @@ host: '{{ ansible_host }}' state: started delay: "{{ start_check_delay | d(5) }}" - timeout: '{{ server_restart_timeout | d(10) }}' + timeout: '{{ server_restart_timeout | d(15) }}'