switch shim extra_templates srcs to relative names

This commit is contained in:
2026-07-16 22:55:00 -04:00
parent ecae92acd8
commit c0f82e9a14
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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 |
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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