From 0ff397cda33362fd9e24c17697f2ef3b83ec593c Mon Sep 17 00:00:00 2001 From: Midas Wollinger Date: Wed, 19 Aug 2026 23:18:55 +0200 Subject: [PATCH] fix --- ansible/inventory/group_vars/all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/inventory/group_vars/all.yml b/ansible/inventory/group_vars/all.yml index 81ce42a..c20a016 100644 --- a/ansible/inventory/group_vars/all.yml +++ b/ansible/inventory/group_vars/all.yml @@ -8,7 +8,7 @@ jumphost_app_group: jumphost jumphost_home: /opt/jumphost jumphost_data_dir: /var/lib/jumphost jumphost_venv: "{{ jumphost_home }}/venv" -jumphost_repo_src: "{{ playbook_dir }}/../.." # Projekt-Root (enthaelt app/, static/, templates/) +jumphost_repo_src: "{{ playbook_dir }}/.." # Projekt-Root (enthaelt app/, static/, templates/) jumphost_listen_uds: /run/jumphost/app.sock jumphost_app_port: 8443 # nur relevant wenn enable_nginx_proxy: false