fix caddyfile not writable
All checks were successful
Deploy Containers / Prepare (push) Successful in 47s

This commit is contained in:
2026-01-28 19:19:49 -05:00
parent bb4aee9a84
commit 284ed2c808

View File

@@ -1,4 +1,11 @@
--- ---
- name: Create folder structure
file:
path: "{{ item }}"
state: directory
with_items:
- "{{ data_dir }}/pelican"
- name: Create Pelican Caddyfile - name: Create Pelican Caddyfile
template: template:
src: templates/pelican/Caddyfile src: templates/pelican/Caddyfile
@@ -9,8 +16,6 @@
name: docker name: docker
vars: vars:
name: Pelican name: Pelican
directories:
- "{{ data_dir }}/pelican"
image: image:
name: ghcr.io/pelican-dev/panel name: ghcr.io/pelican-dev/panel
tag: latest tag: latest