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

20 行
324B

  1. ---
  2. #- include: tools.yml
  3. - name: host install directory
  4. file: state=directory path={{installer_directory}}
  5. - include: preseed.yml
  6. - include: installer.yml
  7. - include: kexec.yml
  8. when: install == "kexec"
  9. - include: iso.yml
  10. when: (install == "iso") or (install == "vm")
  11. - include: vm.yml
  12. when: install == "vm"