resolve compose template via ansible search path instead of absolute app_templates_path
This commit is contained in:
+1
-1
@@ -315,7 +315,7 @@ The `templates/` directory of the calling shim role is discovered automatically
|
||||
|
||||
| Variable | Default | Description |
|
||||
|----------|---------|-------------|
|
||||
| `app_compose_template` | `{{ app_templates_path }}/compose.yml.j2` | Template file path |
|
||||
| `app_compose_template` | `compose.yml.j2` | Template file path — relative names resolve via Ansible's role templates search path (finds the calling shim role's `templates/`); absolute paths also accepted |
|
||||
| `app_compose_file` | - | Static compose file path |
|
||||
| `app_compose_content` | - | Inline compose content |
|
||||
| `app_compose_validate` | `true` | Validate compose syntax |
|
||||
|
||||
Reference in New Issue
Block a user