fix caddyfile not writable
All checks were successful
Deploy Containers / Prepare (push) Successful in 47s
All checks were successful
Deploy Containers / Prepare (push) Successful in 47s
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user