Rename some roles to make ansible-lint happy.
This commit is contained in:
parent
4d791a65f1
commit
1db0b6ec31
75 changed files with 29 additions and 29 deletions
15
roles/netbootinstaller/handlers/main.yml
Normal file
15
roles/netbootinstaller/handlers/main.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
- 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
|
||||
|
||||
- name: rebuild di-netboot-assistant menu
|
||||
command: "{{ item }}"
|
||||
with_items:
|
||||
- di-netboot-assistant rebuild-menu
|
||||
- di-netboot-assistant rebuild-grub
|
||||
listen: rebuild di-netboot-assistant menu
|
Loading…
Add table
Add a link
Reference in a new issue