ansible-role--rsnapshot/tasks/main.yml
2024-07-12 14:35:24 +02:00

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'
#