25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
306B

  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"