Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit c48b08cb authored by Arthur BOUDREAULT's avatar Arthur BOUDREAULT
Browse files

refactor: changed to special_time parameter daily

parent 56b831d9
No related branches found
No related tags found
1 merge request!18✅Resolve "How to auto update apps"
Pipeline #3153 passed with warnings
...@@ -35,9 +35,9 @@ ...@@ -35,9 +35,9 @@
- name: Creates a cron file under /etc/cron.d to auto-update Yunohost everyday - name: Creates a cron file under /etc/cron.d to auto-update Yunohost everyday
ansible.builtin.cron: 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" Logs can be found in /var/log/yunohost/categories/operation"
hour: "12" special_time: "daily"
user: root user: root
job: "yunohost tools update && \ job: "yunohost tools update && \
yunohost tools upgrade system && \ yunohost tools upgrade system && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment