mirror of
https://github.com/roles-ansible/ansible_role_restic/
synced 2024-12-12 12:50:18 +01:00
10 lines
274 B
YAML
10 lines
274 B
YAML
|
---
|
||
|
- name: "include tasks for testing backup files"
|
||
|
include_tasks: "test_backup_files.yml"
|
||
|
|
||
|
- name: "include tasks for testing access files"
|
||
|
include_tasks: "test_access_files.yml"
|
||
|
|
||
|
- name: "include tasks for testing restic link"
|
||
|
include_tasks: "test_restic_link.yml"
|