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
Dustin 2024-12-12 06:36:23 -06:00
parent 15cb675297
commit a00ffd10df
1 changed files with 1 additions and 1 deletions