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.
|
- ---
-
- - name: create kexec-script to start debian-installer
- template:
- src: kexec.sh.j2
- dest: "{{debian_installer_directory}}/kexec.sh"
- more: 0755
-
- - name: install kexec-tools
- apt:
- name: kexec-tools
|