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
|
||||
Reference in New Issue
Block a user