mirror of
https://github.com/roles-ansible/ansible_role_restic/
synced 2024-11-15 08:00:18 +01:00
5d1b9dc53c
* add: galaxy action * fix var name * run galaxy on very commit * add: molecule action * add: matrix * remove travis * add editor config * beautify * add linter * ansible dir * add: tests * package ecosystem * fix filename * fix
9 lines
274 B
YAML
9 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"
|