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 "Create a collection"

Merged Arthur BOUDREAULT requested to merge 38-create-a-collection into main
Compare and Show latest version
17 files
+ 550
116
Compare changes
  • Side-by-side
  • Inline
Files
17
@@ -37,7 +37,7 @@
- backup
- cron
- name: Create cron task to perform YNH backup
- name: Create cron task to schedule YNH backup script
ansible.builtin.cron:
name: "auto-backup to {{ ynh_backup.directory | default('/home/yunohost.backup/archives') }}"
month: "{{ ynh_backup.scheduled_month | default('*') }}"
Loading