From 0a128df719a98b125e9f843403ac25a34f40e8b4 Mon Sep 17 00:00:00 2001 From: Fenris Wolf Date: Tue, 31 Mar 2026 21:28:12 +0200 Subject: [PATCH] [int] --- roles/heimdall-program/tasks/main.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/heimdall-program/tasks/main.json b/roles/heimdall-program/tasks/main.json index 4819332..bef0f98 100644 --- a/roles/heimdall-program/tasks/main.json +++ b/roles/heimdall-program/tasks/main.json @@ -18,7 +18,7 @@ "ansible.builtin.user": { "name": "{{cfg_heimdall_program.user}}", "create_home": true, - "home": "{{cfg_heimdall_program.directory}" + "home": "{{cfg_heimdall_program.directory}}" } }, {