From 4ad6f1f8eaae8e35a198fe2f642027d36d743594 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Mon, 21 Jul 2025 10:40:02 +0200 Subject: [PATCH] Changed roulette-wheel to web-app-roulette-wheel --- group_vars/all/09_ports.yml | 2 +- roles/web-app-roulette-wheel/vars/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/group_vars/all/09_ports.yml b/group_vars/all/09_ports.yml index fe904b11..a766370b 100644 --- a/group_vars/all/09_ports.yml +++ b/group_vars/all/09_ports.yml @@ -34,7 +34,7 @@ ports: web-app-pixelfed: 8010 web-app-peertube: 8011 funkwhale: 8012 - roulette-wheel: 8013 + web-app-roulette-wheel: 8013 web-app-joomla: 8014 attendize: 8015 web-app-pgadmin: 8016 diff --git a/roles/web-app-roulette-wheel/vars/main.yml b/roles/web-app-roulette-wheel/vars/main.yml index fe89aeb8..81647d28 100644 --- a/roles/web-app-roulette-wheel/vars/main.yml +++ b/roles/web-app-roulette-wheel/vars/main.yml @@ -1,2 +1,2 @@ -application_id: "roulette-wheel" +application_id: "web-app-roulette-wheel" app_path: "{{docker_compose.directories.instance}}/app/" \ No newline at end of file