ansible_role_restic/molecule/default/test_restic/tasks/main.yml
2022-10-06 15:06:46 +02:00

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"