From 9e6265d4ac1ad80e027cb91b4076df8820abcc41 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Thu, 2 Oct 2025 14:29:12 +0200 Subject: [PATCH] feat: add etc folder --- tasks/install.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/install.yaml b/tasks/install.yaml index c912dcb..0df758f 100644 --- a/tasks/install.yaml +++ b/tasks/install.yaml @@ -11,6 +11,7 @@ loop: - "/mnt/semaphore" - "/mnt/semaphore/data" + - "/mnt/semaphore/config" - "/mnt/semaphore/ssh" - "/mnt/semaphore/tmp" @@ -64,6 +65,7 @@ volumes: - "/mnt/semaphore/ssh/config:/home/semaphore/.ssh/config" - "/mnt/semaphore/ssh/ansible.key:/home/semaphore/.ssh/ansible.key" + - "/mnt/semaphore/config:/etc/semaphore" - "/mnt/semaphore/data:/var/lib/semaphore" - "/mnt/semaphore/tmp:/tmp/semaphore"