mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-24 14:13:19 +02:00
15 lines
189 B
YAML
15 lines
189 B
YAML
![]() |
---
|
||
|
|
||
|
- include_tasks: facts.yml
|
||
|
tags: always
|
||
|
|
||
|
- include_tasks: install.yml
|
||
|
tags: always
|
||
|
|
||
|
- include_tasks: write_version.yml
|
||
|
tags: always
|
||
|
|
||
|
- include_tasks: cleanup.yml
|
||
|
tags: always
|
||
|
|