Optimized docker_git_repository_ variables

This commit is contained in:
2025-12-03 14:23:53 +01:00
parent 6f676462ea
commit 1d0f26617a
22 changed files with 39 additions and 38 deletions

View File

@@ -4,9 +4,9 @@
name: sys-stk-full-stateful
vars:
client_max_body_size: "30m"
docker_repository_branch: "stable/{{ OPENPROJECT_VERSION }}"
docker_repository_address: "https://github.com/opf/openproject-deploy"
docker_pull_git_repository: true
docker_git_repository_branch: "stable/{{ OPENPROJECT_VERSION }}"
docker_git_repository_address: "https://github.com/opf/openproject-deploy"
docker_git_repository_pull: true
docker_compose_flush_handlers: false
- name: "Create {{ OPENPROJECT_PLUGINS_FOLDER }}"