ansible-roles/roles/rust/tasks/main.yml

11 lines
183 B
YAML
Raw Normal View History

2021-12-01 19:13:34 +01:00
---
2022-03-07 15:00:06 +01:00
- include_tasks: facts.yml
tags: always
- include_tasks: directories.yml
tags: always
- include_tasks: install.yml
tags: always
- include_tasks: cleanup.yml
tags: always