updates start_check_delay
diff --git a/tasks/main.yml b/tasks/main.yml
index 08a6510..7a1676e 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -7,10 +7,14 @@
async: 0
poll: 0
+ - name: Pausing playbook for server restart
+ local_action:
+ pause seconds=15
+
- name: Waiting for server to complete restarting
become: no
local_action:
- wait_for host='{{ ansible_host }}' state=started delay="{{ start_check_delay | d(15) }}" timeout='{{ server_restart_timeout | d(45) }}'
+ wait_for host='{{ ansible_host }}' state=started delay="{{ start_check_delay | d(30) }}" timeout='{{ server_restart_timeout | d(45) }}'
- name: Report server started
debug: