trixie/roles/tftp-netboot-installer/handlers/main.yml

16 lines
394 B
YAML
Raw Normal View History

2019-05-24 17:26:15 +03:00
- name: bind mount images
mount:
path: "{{ tftp_root }}/d-i/n-pkg/"
src: /usr/lib/debian-installer/
fstype: none
state: mounted
opts: bind
listen: bind mount images
2018-05-31 18:20:51 +03:00
- name: rebuild di-netboot-assistant menu
2018-06-04 18:00:25 +03:00
command: "{{ item }}"
with_items:
- di-netboot-assistant rebuild-menu
- di-netboot-assistant rebuild-grub
2018-05-31 18:20:51 +03:00
listen: rebuild di-netboot-assistant menu