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

6 年前
6 年前
6 年前
6 年前
12345678910111213141516
  1. ---
  2. # - import_tasks: setup.yml
  3. - name: directory
  4. file:
  5. state: directory
  6. path: "{{debian_installer_directory}}"
  7. - import_tasks: preseed.yml
  8. - import_tasks: installer.yml
  9. when: not debian_installer_method == false
  10. - import_tasks: method/kexec.yml
  11. when: debian_installer_method == "kexec"