您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

1234567
  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