blob: 525944800c0208c30931cb83c85635bbc21afffe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
---
- include_tasks: "{{ ansible_os_family | lower }}/{{ task }}.yml"
with_list:
- packages
loop_control:
loop_var: task
- include_tasks: generic/{{ task }}.yml
with_list:
- ctdb
loop_control:
loop_var: task
|