選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

8 行
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