We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6d0f28 commit 78e0f19Copy full SHA for 78e0f19
roles/jellyfin/defaults/main.yml
@@ -113,6 +113,7 @@ jellyfin_docker_envs_default:
113
TZ: "{{ tz }}"
114
NVIDIA_DRIVER_CAPABILITIES: "{{ 'compute,video,utility' if (gpu.nvidia) | default(false) else omit }}"
115
NVIDIA_VISIBLE_DEVICES: "{{ 'all' if (gpu.nvidia) | default(false) else omit }}"
116
+ DOTNET_USE_POLLING_FILE_WATCHER: "1"
117
jellyfin_docker_envs_custom: {}
118
jellyfin_docker_envs: "{{ lookup('vars', jellyfin_name + '_docker_envs_default', default=jellyfin_docker_envs_default)
119
| combine(lookup('vars', jellyfin_name + '_docker_envs_custom', default=jellyfin_docker_envs_custom)) }}"
0 commit comments