17 lines
229 B
YAML
Raw Normal View History

2023-07-08 16:00:11 +02:00
---
- include_tasks: directories.yml
tags: always
2023-07-29 01:00:15 +02:00
- include_tasks: facts.yml
tags: always
2023-07-08 16:00:11 +02:00
- include_tasks: install.yml
tags: always
- include_tasks: conf.yml
tags: always
- include_tasks: services.yml
tags: always