From 8650995926a7b61b03de98637ecc281d33ddd682 Mon Sep 17 00:00:00 2001 From: Hermes Agent service account Date: Wed, 27 May 2026 21:09:12 -0500 Subject: [PATCH] fix(semaphore): adjust BoltDB Path in config.json to parent directory Prevents 'database.boltdb/database.boltdb' path issue in v2.18.x --- ansible/roles/semaphore/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/semaphore/tasks/main.yml b/ansible/roles/semaphore/tasks/main.yml index 07a2e7e..2e280bf 100644 --- a/ansible/roles/semaphore/tasks/main.yml +++ b/ansible/roles/semaphore/tasks/main.yml @@ -37,7 +37,7 @@ "db": { "Dialect": "bolt", "BoltDB": { - "Path": "{{ semaphore_db_path }}" + "Path": "{{ semaphore_data_dir }}" } }, "server": {