r/jellyfin: Fix system.xml template whitespace
Jellyfin is one of those stupid programs that thinks it needs to mutate its own config. At startup, it apparently reads `system.xml` and then writes it back out. When it does this, it trims the final newline from the file. Then, the next time Ansible runs, the template rewrites the file with the trailing newline, and thus determines that the file has changed and restarts the service. This cycle has been going on for a while and is rather annoying.dynamic-inventory
parent
15cb675297
commit
a00ffd10df
|
@ -188,4 +188,4 @@
|
|||
<JpegQuality>90</JpegQuality>
|
||||
<ProcessThreads>1</ProcessThreads>
|
||||
</TrickplayOptions>
|
||||
</ServerConfiguration>
|
||||
</ServerConfiguration>
|
Loading…
Reference in New Issue