mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
refactor: normalize Jinja2 spacing in volume paths and add async support in backup task
- Standardized spacing in {{ docker_compose.directories.volumes }} across multiple roles - Added async and poll support to sys-bkp-docker-2-loc database seeding and file permission tasks - Moved Installation.md for web-app-matrix into docs/ for better structure
This commit is contained in:
@@ -29,12 +29,12 @@ openproject_cache_version: "{{ applications
|
||||
}}"
|
||||
|
||||
|
||||
openproject_plugins_folder: "{{docker_compose.directories.volumes}}plugins/"
|
||||
openproject_plugins_folder: "{{ docker_compose.directories.volumes }}plugins/"
|
||||
|
||||
openproject_custom_image: "custom_openproject"
|
||||
|
||||
# The following volume doesn't have a practcical function. It just exist to prevent the creation of unnecessary anonymous volumes
|
||||
openproject_dummy_volume: "{{docker_compose.directories.volumes}}dummy_volume"
|
||||
openproject_dummy_volume: "{{ docker_compose.directories.volumes }}dummy_volume"
|
||||
|
||||
openproject_rails_settings:
|
||||
email_delivery_method: "smtp"
|
||||
|
Reference in New Issue
Block a user