From 018a212ad12e033e66bc18593f19c26864fbd504 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Wed, 26 Nov 2025 21:52:38 -0500 Subject: [PATCH] let it create it on its own --- tasks/pelican.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/tasks/pelican.yml b/tasks/pelican.yml index 30cf7cd..4ebdcd9 100644 --- a/tasks/pelican.yml +++ b/tasks/pelican.yml @@ -6,8 +6,6 @@ name: Pelican directories: - "{{ data_dir }}/pelican" - - "{{ data_dir }}/pelican/app" - - "{{ data_dir }}/pelican/logs" image: name: ghcr.io/pelican-dev/panel tag: latest