11 lines
No EOL
243 B
YAML
11 lines
No EOL
243 B
YAML
---
|
|
|
|
- ansible.builtin.import_tasks: base.yml
|
|
name: base
|
|
|
|
- ansible.builtin.import_tasks: cron.yml
|
|
name: cron
|
|
|
|
- ansible.builtin.import_tasks: restore.yml
|
|
name: restore
|
|
when: restore.cloud.nextcloud_archive and restore.cloud.db_archive |