From 52c7f52c883078bb55629e6ae640b00c669e066a Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Wed, 10 Jun 2026 19:50:56 -0400 Subject: [PATCH] uggghhh fineeee --- tasks/gaming/pelican.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tasks/gaming/pelican.yml b/tasks/gaming/pelican.yml index 7167158..9e710a7 100644 --- a/tasks/gaming/pelican.yml +++ b/tasks/gaming/pelican.yml @@ -5,8 +5,6 @@ state: directory with_items: - "{{ data_dir }}/pelican" - - "{{ data_dir }}/pelican/data" - - "{{ data_dir }}/pelican/logs" - name: Create Pelican Caddyfile template: @@ -22,8 +20,8 @@ name: ghcr.io/pelican-dev/panel tag: latest volumes: - - "{{ data_dir }}/pelican/data:/pelican-data" - - "{{ data_dir }}/pelican/logs:/var/www/html/storage/logs" + - "pelican-data:/pelican-data" + - "pelican-logs:/var/www/html/storage/logs" - "{{ data_dir }}/pelican/Caddyfile:/etc/caddy/Caddyfile" etc_hosts: - "host.docker.internal:host-gateway"