From e5f2509c578e4caa45acc199f137aaadd99470d1 Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Sun, 17 Oct 2021 13:47:22 +0200 Subject: [PATCH] [FW], lol, restart policy should have quotes only when equal to no --- roles/music/templates/import.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/music/templates/import.yml.j2 b/roles/music/templates/import.yml.j2 index 034b2a8..8b5312e 100644 --- a/roles/music/templates/import.yml.j2 +++ b/roles/music/templates/import.yml.j2 @@ -13,4 +13,4 @@ services: - /etc/timezone:/etc/timezone:ro - /etc/localtime:/etc/localtime:ro command: ["python", "manage.py", "import_files", "{{ funkwhale_import_library_id }}", "{{ funkwhale_import_music_directory }}", "--recursive", "--noinput", "--prune"] - restart: no + restart: "no"