resolve compose template via ansible search path instead of absolute app_templates_path

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