Commit 584e4092 authored by nimrod's avatar nimrod
Browse files

Kodi: Update the library mount.

parent 51fdf83a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -48,9 +48,9 @@
  ansible.posix.mount:
    backup: true
    fstype: auto
    opts: defaults
    opts: defaults,nofail
    path: /srv/library
    src: UUID=cbc01549-0acf-472f-8964-2701e7fb4927
    src: UUID=ed8e28fd-3d7d-4daa-b85c-71e5a721e0f6
    state: mounted
  notify: Restart Kodi