From 573a98965dce391995961e41e561dcf799ce545e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Fra=C3=9F?= Date: Tue, 9 Jul 2024 12:49:38 +0200 Subject: [PATCH] [fix] role:gitea --- roles/gitea/tasks/main.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/gitea/tasks/main.json b/roles/gitea/tasks/main.json index d5cb969..8f14131 100644 --- a/roles/gitea/tasks/main.json +++ b/roles/gitea/tasks/main.json @@ -23,7 +23,7 @@ "become": true, "become_user": "{{var_gitea_user}}", "loop": [ - "{{var_gitea_directory}}/custom/conf" + "{{var_gitea_directory}}/custom/config" ], "ansible.builtin.file": { "path": "{{item}}",