diff --git a/roles/router/tasks/main.yaml b/roles/router/tasks/main.yaml
index b45b6b0412189d7e4c19710c30299d79ef8b12a8..0b2e00789e7a733a7a10f8d5487638905a2b60dd 100644
--- a/roles/router/tasks/main.yaml
+++ b/roles/router/tasks/main.yaml
@@ -468,16 +468,6 @@
   tags:
     - sndiod
 
-- name: Update the host
-  command:
-    cmd: syspatch
-  register: syspatch
-  changed_when: "'Installing' in syspatch.stdout"
-  notify:
-    - Message about restarting the machine
-  tags:
-    - syspatch
-
 - name: Configure the SSH daemon
   include_tasks:
     file: '{{ playbook_dir }}/tasks/sshd_config.yaml'