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

Resolve "refactor: improve backup usage README"

Merged Arthur BOUDREAULT requested to merge 45-refactor-improve-backup-usage into main
Files
3
@@ -20,8 +20,7 @@
- name: Enable Yunohost apps backup
ansible.builtin.include_tasks: backup.yml
when: ynh_backup.scheduled
failed_when: ynh_backup.system is False and ynh_backup.apps is False
when: ynh_backup.scheduled and ynh_backup.system or ynh_backup.apps
tags: backup
- name: Use Borg Backup with YunoHost
Loading