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

:white_check_mark:Resolve "How to auto update apps"

Merged Arthur BOUDREAULT requested to merge 34-howto-auto-update-apps into main
Files
3
+ 3
3
@@ -33,11 +33,11 @@
loop_var: ynh_app
when: ynh_app.label not in ynh_installed_apps.values()
- name: Creates a cron file under /etc/cron.daily to auto-update Yunohost everyday
- 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 && \
Loading