You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/roles/zfs/tasks/main.yml

9 lines
125 B
YAML

---
- name: Create ZFS pools
include_tasks: create_pool.yml
loop: "{{ zfs_pools }}"
loop_control:
loop_var: pool