You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
163B

  1. ---
  2. - name: logical volumes
  3. lvol:
  4. vg: "{{ item.volume_group }}"
  5. lv: "{{ item.name }}"
  6. size: "{{ item.size }}"
  7. with_items: "{{ logical_volumes }}"