summaryrefslogtreecommitdiffstats
path: root/roles/glusterfs/tasks/create_volume.yml
blob: 9b955b0371023c0e9050bcc050fc41834239ae01 (plain)
1
2
3
4
---
- include: "{{ volume.value.type }}/vols{{((domain_servers | length) < 4) | ternary((domain_servers | length), 3) }}.yml"
  vars:
    name: "{{ volume.key }}"