switch shim extra_templates srcs to relative names
This commit is contained in:
@@ -12,7 +12,7 @@ Glance is a self-hosted dashboard that displays information from various sources
|
||||
|
||||
| Variable | Default | Description |
|
||||
|----------|---------|-------------|
|
||||
| `glance_config_template` | `{{ app_templates_path }}/glance.yml.j2` | Template file for generating glance.yml config |
|
||||
| `glance_config_template` | `glance.yml.j2` | Template file for generating glance.yml config (resolved via Ansible's role templates search path) |
|
||||
| `glance_config_path` | `{{ app_dir }}/config` | Configuration storage |
|
||||
| `glance_http_port` | `8080` | Web interface port |
|
||||
| `glance_container_version` | `latest` | Glance Docker image tag |
|
||||
|
||||
@@ -13,4 +13,4 @@ glance_http_port: 8080
|
||||
glance_config_path: "{{ app_dir }}/config"
|
||||
|
||||
# App-specific configuration
|
||||
glance_config_template: "{{ app_templates_path }}/glance.yml.j2"
|
||||
glance_config_template: glance.yml.j2
|
||||
@@ -15,6 +15,6 @@ dependencies:
|
||||
- "{{ immich_library_path }}"
|
||||
- "{{ immich_pgdata_path }}"
|
||||
app_extra_templates:
|
||||
- src: "{{ app_templates_path }}/.env.j2"
|
||||
- src: .env.j2
|
||||
dest: "{{ app_dir }}/.env"
|
||||
app_compose_validate: false
|
||||
|
||||
@@ -17,6 +17,6 @@ dependencies:
|
||||
- "{{ linkwarden_pgdata_path }}"
|
||||
- "{{ linkwarden_meili_data_path }}"
|
||||
app_extra_templates:
|
||||
- src: "{{ app_templates_path }}/.env.j2"
|
||||
- src: .env.j2
|
||||
dest: "{{ app_dir }}/.env"
|
||||
app_compose_validate: false # Issues validating when needing a .env
|
||||
|
||||
@@ -20,6 +20,6 @@ dependencies:
|
||||
- "{{ romm_resources_path }}"
|
||||
- "{{ romm_mysql_data_path }}"
|
||||
app_extra_templates:
|
||||
- src: "{{ app_templates_path }}/.env.j2"
|
||||
- src: .env.j2
|
||||
dest: "{{ app_dir }}/.env"
|
||||
app_compose_validate: false
|
||||
|
||||
Reference in New Issue
Block a user