6 lines
142 B
YAML
6 lines
142 B
YAML
---
|
|
# tasks file for borg_client
|
|
- include_tasks: cleanup.yml
|
|
- include_tasks: install.yml
|
|
- include_tasks: cron.yml
|
|
- include_tasks: repo.yml |