mirror of
https://github.com/davestephens/ansible-nas
synced 2024-11-16 16:58:07 +00:00
quote environment variables
This commit is contained in:
parent
7c7323c5bc
commit
4360b9f8b7
1 changed files with 2 additions and 2 deletions
|
@ -644,5 +644,5 @@ jellyfin_movies_directory: "{{ movies_root }}"
|
|||
jellyfin_movies_permissions: "rw"
|
||||
jellyfin_tv_directory: "{{ tv_root }}"
|
||||
jellyfin_tv_permissions: "rw"
|
||||
jellyfin_user_id: 0
|
||||
jellyfin_group_id: 0
|
||||
jellyfin_user_id: "0"
|
||||
jellyfin_group_id: "0"
|
||||
|
|
Loading…
Reference in a new issue