25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- ---
-
- # - import_tasks: setup.yml
-
- - name: directory
- file:
- state: directory
- path: "{{debian_installer_directory}}"
-
- - import_tasks: preseed.yml
-
- - import_tasks: installer.yml
- when: not debian_installer_method == false
-
- - import_tasks: method/kexec.yml
- when: debian_installer_method == "kexec"
|