2023-05-20 16:36:15 +02:00
|
|
|
---
|
|
|
|
|
|
|
|
- ansible.builtin.import_tasks: base.yml
|
|
|
|
name: base
|
|
|
|
|
|
|
|
- ansible.builtin.import_tasks: cron.yml
|
2023-05-21 17:51:54 +02:00
|
|
|
name: cron
|
|
|
|
|
2023-05-21 18:31:35 +02:00
|
|
|
- ansible.builtin.import_tasks: restore.yml
|
|
|
|
name: restore
|
|
|
|
when: restore.cloud.nextcloud_archive and restore.cloud.db_archive
|