diff --git a/Manual.org b/Manual.org index 63bebe9..46cb01d 100644 --- a/Manual.org +++ b/Manual.org @@ -270,7 +270,6 @@ vdr: vdr_plugins: - vdr-plugin-devstatus - vdr-plugin-markad - - vdr-plugin-restfulapi - vdr-plugin-softhddevice-vpp #+END_SRC ** Media directories diff --git a/group_vars/all b/group_vars/all index e5620d9..5b87327 100644 --- a/group_vars/all +++ b/group_vars/all @@ -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: diff --git a/roles/grub-config/handlers/main.yml b/roles/grub-config/handlers/main.yml index b6d741c..21185fc 100644 --- a/roles/grub-config/handlers/main.yml +++ b/roles/grub-config/handlers/main.yml @@ -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)