You can not select more than 25 topics
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
-
- - include: method/kexec.yml
- when: debian_installer_method == "kexec"
-
- - include: method/iso.yml
- when: debian_installer_method == "iso"
|