Don't install vdr-plugin-restfulapi by default

It crashes if the channel list is empty
This commit is contained in:
Alexander Grothe 2018-08-02 10:03:35 +02:00
parent 05ca162830
commit 46de4a1b80
3 changed files with 5 additions and 2 deletions

View File

@ -270,7 +270,6 @@ vdr:
vdr_plugins:
- vdr-plugin-devstatus
- vdr-plugin-markad
- vdr-plugin-restfulapi
- vdr-plugin-softhddevice-vpp
#+END_SRC
** Media directories

View File

@ -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:

View File

@ -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)