troubleshooting logs download
diff --git a/tasks/main.yml b/tasks/main.yml
index d8db1f4..25ac8a4 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -16,4 +16,8 @@
       delay: "{{ start_check_delay | d(15) }}"
       timeout: '{{ server_restart_timeout | d(45) }}'
 
+  - name: Report server started
+    debug:
+      msg: "Server is now running."
+
   when: not ignore_restart
\ No newline at end of file