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.

8 lines
255B

  1. ---
  2. - name: set additional logical volumes
  3. set_fact:
  4. logical_volumes: "{{lookup('template','logical_volumes.json.j2')}}"
  5. filesystems: "{{lookup('template','logical_volume_filesystems.json.j2')}}"
  6. when: partitioning_profile_volumes is defined