mirror of
https://github.com/roles-ansible/ansible_role_restic.git
synced 2024-12-11 23:41:32 +01:00
9 lines
322 B
YAML
9 lines
322 B
YAML
---
|
|
- name: "Include tasks for testing backup files"
|
|
ansible.builtin.include_tasks: "test_backup_files.yml"
|
|
|
|
- name: "Include tasks for testing access files"
|
|
ansible.builtin.include_tasks: "test_access_files.yml"
|
|
|
|
- name: "Include tasks for testing restic link"
|
|
ansible.builtin.include_tasks: "test_restic_link.yml"
|