Don't install vdr-plugin-restfulapi by default
It crashes if the channel list is empty
This commit is contained in:
		| @@ -270,7 +270,6 @@ vdr: | ||||
| vdr_plugins: | ||||
|   - vdr-plugin-devstatus | ||||
|   - vdr-plugin-markad | ||||
|   - vdr-plugin-restfulapi | ||||
|   - vdr-plugin-softhddevice-vpp | ||||
| #+END_SRC | ||||
| ** Media directories | ||||
|   | ||||
| @@ -27,7 +27,6 @@ vdr: | ||||
| vdr_plugins: | ||||
|   - vdr-plugin-devstatus | ||||
|   - vdr-plugin-markad | ||||
|   - vdr-plugin-restfulapi | ||||
|   - vdr-plugin-softhddevice-vpp | ||||
| # dictionary of directories for (shared) files. Automatically exported via NFS and Samba if those roles are enabled | ||||
| media_dirs: | ||||
|   | ||||
| @@ -1,5 +1,10 @@ | ||||
| --- | ||||
|  | ||||
| - name: Update Initramfs | ||||
|   command: "update-initramfs -u" | ||||
|   failed_when: ('error' in initramfs_register_update.stderr) | ||||
|   register: initramfs_register_update | ||||
|  | ||||
| - name: Update GRUB | ||||
|   command: update-grub | ||||
|   failed_when: ('error' in grub_register_update.stderr) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user