2022-03-07 15:00:06 +01:00

17 lines
315 B
YAML

---
- include_tasks: facts.yml
tags: always
- include_tasks: requirements.yml
tags: always
- include_tasks: user.yml
tags: always
- include_tasks: directories.yml
tags: always
- include_tasks: install.yml
tags: always
- include_tasks: conf.yml
tags: always
- include_tasks: services.yml
tags: always