summaryrefslogtreecommitdiffstats
path: root/ansible/node/roles/clusterfs/tasks/main.yml
blob: 6e3ec1aefd01f9d6023c7d9f45635ca82ad24062 (plain)
1
2
3
4
5
6
7
---
- include_tasks: "{{ ansible_os_family | lower }}/{{ task }}.yml"
  with_list:
  - repo
  - clusterfs-{{ clusterfs.type }}
  loop_control:
    loop_var: task