ansible-role--rsnapshot/tasks/main.yml

15 lines
247 B
YAML
Raw Normal View History

2024-07-12 12:35:24 +00:00
---
# 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'
#