8 lines
179 B
YAML
8 lines
179 B
YAML
---
|
|
|
|
- ansible.builtin.import_tasks: base.yml
|
|
name: base
|
|
|
|
- ansible.builtin.import_tasks: restore.yml
|
|
name: restore
|
|
when: restore.n8n.n8n_archive and restore.n8n.db_archive
|