14 lines
247 B
YAML
14 lines
247 B
YAML
---
|
|
# tasks file for glenux.rsnapshot
|
|
|
|
# include task file validation.yml
|
|
- include_tasks: '_validation.yml'
|
|
|
|
# include task file install.yml
|
|
- include_tasks: '_install.yml'
|
|
|
|
# include task file configure.yml
|
|
- include_tasks: '_configure.yml'
|
|
|
|
|
|
#
|