initial import
diff --git a/tasks/main.yml b/tasks/main.yml index fc3bb15..fb9f40c 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -14,12 +14,4 @@ host: '{{ ansible_host }}' state: started delay: "{{ start_check_delay | d(5) }}" - timeout: '{{ server_restart_timeout | d(5) }}' - -- name: Server usually needs a little more time ... - become: no - delegate_to: 127.0.0.1 - wait_for: - host: '{{ ansible_host }}' - state: started timeout: '{{ server_restart_timeout | d(10) }}'