ansible_role_restic/molecule/default/test_restic/tasks/main.yml

10 lines
274 B
YAML
Raw Normal View History

---
- 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"