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

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