diff --git a/tasks/apps.yml b/tasks/apps.yml
index f4717a946b54ff421b63d3813ca1ad80184f4dbf..cc0738fb163651fa5a286a57a23878e614cb3214 100644
--- a/tasks/apps.yml
+++ b/tasks/apps.yml
@@ -35,9 +35,9 @@
 
 - name: Creates a cron file under /etc/cron.d to auto-update Yunohost everyday
   ansible.builtin.cron:
-    name: "auto-update Yunohost everyday at 12.
+    name: "auto-update Yunohost everyday.
            Logs can be found in /var/log/yunohost/categories/operation"
-    hour: "12"
+    special_time: "daily"
     user: root
     job: "yunohost tools update && \
           yunohost tools upgrade system && \